count method

AggregateQuery count()

Represents an AggregateQuery over the data at a particular location for retrieving metadata without retrieving the actual documents.

Implementation

AggregateQuery count() {
  return AggregateQuery._(_delegate.count(), query);
}