I have a mongoose model that includes a subdocument to keep track of statistics. I want to use updateMany() to reset the statistics field on all documents to the de
updateMany()