Count typedef

Count = $Count

Count of documents that match the query.

The COUNT(*) aggregation function operates on the entire document so it does not require a field reference.

Implementation

typedef Count = $Count;