Você pode usar $inc e execute updateMany : await User.updateMany({"_id": {$in: req.body.ids}}, { $inc: { followers: 1 } });