Concept Flow - Projection for reducing data transfer
Start Query
Specify Collection
Add Filter (Optional)
Add Projection Fields
Execute Query
Return Only Projected Fields
Reduce Data Transfer
The query starts by selecting a collection, optionally filters documents, then specifies which fields to return, executes the query, and returns only those fields to reduce data transfer.