/// All of the ways of filtering a view can be used in conjunction with [`reduce()`](View::reduce()).
/// All of the ways of filtering a view can be used in conjunction with [`reduce()`](View::reduce()).
if let Some(OperationResult::DocumentUpdated { header, .. }) = results.into_iter().next() {
_phantom: PhantomData<Cl>, /* allows for extension traits to be written for collections of specific types */
/// Executes the query and retrieves the results with the associated [`Document`s](crate::document::OwnedDocument).
/// Executes the query and retrieves the results with the associated [`CollectionDocument`s](crate::document::CollectionDocument).