Counts documents in this query synchronously.
Optionalpredicate: FilterPredicate<T>Counts documents in this query.
Narrows this query to documents matching the predicate.
Optionalpredicate: FilterPredicate<T>Materializes documents matching the predicate.
Optionalpredicate: FilterPredicate<T>Finds one matching document, or rejects when none exists.
Finds and transforms one matching document.
Sums values projected from matching documents.
OptionaldefaultValue: numberMaterializes this query synchronously.
Materializes this query as an array.
Finds one matching document, if present.
Returns the first document, if present.
Returns the first document asynchronously, if present.
A composable, typed view of collection documents.