MongoDB Query Language (MQL) Projection Operators
Projection operators control which fields are returned in query results and can add metadata to the output. These operators help optimize query performance by limiting returned data and enable access to query metadata such as text search scores.