count method

Returns an AggregateQueryPlatform which uses the QueryPlatform to query for metadata

Implementation

AggregateQueryPlatform count() {
  throw UnimplementedError('count() is not implemented');
}