How can I update my array of objects using their ObjectId without deleting the rest? Here is my Schema:
const mongoose = require(\'mongoose\'); const Schema =