You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pipelineFetch would be a feature designed to handle the retrieval of an array of documents and their total count. It could be used in pagination to compute the number of pages.
Underneath it could split into two parts; $match (to filter the documents) and $project to shape the data. Next, it would be combined using a $facet.
The text was updated successfully, but these errors were encountered:
The
pipelineFetch
would be a feature designed to handle the retrieval of an array of documents and their total count. It could be used in pagination to compute the number of pages.Underneath it could split into two parts;
$match
(to filter the documents) and$project
to shape the data. Next, it would be combined using a$facet
.The text was updated successfully, but these errors were encountered: