count method

CollectionQuery<T> count()

Implementation

CollectionQuery<T> count() {
  _count = true;

  return this;
}