hey, i want to get th total numbers of documents in a collection, i used the total count that is returned with response but it only showed at max 5000 count where else i have more then 52k documents
TL;DR
To get the total number of documents in a collection beyond the limit of 5000, you'll need to track this manually by updating a document on each creation and deletion. Use a function triggered by events to maintain an accurate count.