I'm working with VSC abd we started with MongoDB. We got an exercise that we need to remove all documents that the age in those documents are above 50. For example:
My code of adding the documents (which works):

I want to know how do I remove (if it's with DeleteMany() or other function) them so I'll be left with only the one document that his age is below 50.