The method no longer returns items, only an empty list: ``` >>> client.search("kip") [{'type': 'CATEGORY', 'id': 'kip', 'name': 'kip', 'items': [], 'level': 1, 'is_included_in_category_tree': False, 'hidden': False}] ``` Seems like the API has changed: https://github.com/MRVDH/picnic-api/issues/13