exists method

bool exists()

Implementation

bool exists() {
  return _filterQuery(collection.get()).isNotEmpty;
}