I am trying to set up pagination in our system using the Limit and Offset queries however it seems like the REST API is not recognizing the queries and is pulling all results.
Am I doing this wrong?
Can anyone explain and show me the correct way to query Limit and Offset
Appwrite Version: 1.5.5
TL;DR
Developers facing issue with implementing pagination in their system using Limit and Offset queries with the REST API in Appwrite Version 1.5.5. The REST API is not recognizing the queries and pulling all results. They are seeking guidance on the correct way to implement Limit and Offset queries for pagination.