// Update all documents in the `mymodels` collection await MyModel.updateMany({}, { $set: { name: 'foo' } });