API properties not in sync

Hello everyone,
Working with Omeka, I encountered a problem. the list of properties inside api/properties, is not in sync with the actual properties present in the archive. the list is limited to 25 properties, while the real list should consist of several hundreds.

Has anyone ever encountered this problem, and knows what can be done to make sure to sync the api property list? right now I can’t really use the api as a result

Assuming you’re using Omeka S, search operations on the REST API are paginated. From the documentation:

Links to additional pages are given in the Link header. The link with rel="next" is the next page in the sequence. When appropriate, links with a rel value of prev , first , and last are also provided.