Can the total document count be extracted using Mongo Data API? If there are a million records in the Mongo DB collection I need the count.
Tried with Mongo data API /find the endpoint. But not sure if any timeout happens if querying the million of records.