Retrieve all items using everything()
mainBy default, Pyzotero's Read API methods (like top() or items()) return 100 items to ensure usability. If you need to retrieve every item in a library without manually managing pagination, wrap your request in the everything() method.
Example:
# Retrieve all top-level items
results = zot.everything(zot.top())