$inc を使用できます updateManyを実行します : await User.updateMany({"_id": {$in: req.body.ids}}, { $inc: { followers: 1 } });