mongodb group and project code example
Example: mongodb aggregate remove field
{ $project: { "": 0, "": 0, ... } } // Return all but the specified fields
{ $project: { "": 0, "": 0, ... } } // Return all but the specified fields