model.updateOne( { _id: "abcxyz", "items._id": "deflmn" }, { $set: { "items.$.name": "new_name", "items.$.value": "new_value", } } )