I want to get all collection list from database. I faced with some feature called pagination. How to retrieve all collections?
My current solution I am working with: const collections = await database.listCollections(dbId, limit, offset);
TL;DR
Developers are seeking help with collection pagination in the database. They want to retrieve all collections but are facing pagination limitations. The current solution involves using `database.listCollections(dbId, limit, offset)`.