await Model.findOneAndUpdate({ id: postId, 'array.id': itemId }, { $inc: { 'array.$.some_field': -1 } })