If I use https://cloud.mongodb.com/ I would like to be able to count using he filter on a collection. How do I do this ? Its fine if the count is less than 20, other wise I get something like 1-20 of many … If I try to enter .count() I cannot get it to do that with “Find” - I havent tried aggregation - but its not clear how to apply find as its not in the pulldown
And in general if I have a query like {“city”:“BELLEVUE”} how do I make he query case insensitive as I would in SQL ?