I'm calling listDocuments endpoint with [Query.limit[50]] in queries parameter and its still returning all documents in the database
TL;DR
Developers are facing an issue where using Query.limit[50] in the listDocuments endpoint query parameter is not limiting the number of documents returned, and all documents are being retrieved instead.