Concept Flow - $unset operator for removing fields
Start with a document
Apply $unset operator
Specify fields to remove
Remove specified fields
Return updated document without those fields
The $unset operator removes specified fields from a MongoDB document, returning the document without those fields.