I want to return the count and data by writing it in a single Cosmos sql query.
Something like
Select *, count() from c
Or if possible i want get the count in a json document.
[ { "Count" : 1111 }, { "Name": "Jon", "Age" : 30 } ]
1.4m articles
1.4m replys
5 comments
57.0k users