I read in this answer that you can't use
SELECT VALUE COUNT(1)
FROM c
to get the record count for large datasets.
Mine is coming back empty:
However there are definitely lots of records:
How can I get the record count in CosmosDB given a large dataset?