How to Exclude a Field When Using an Inclusion Projection in MongoDB/Mongoose?

You can remove fields with this stage:

{ $unset: "photoData._id" }