Update a value inside array of objects, inside a document in MongoDB
Here is what my collection looks like Now suppose I have to update count of 2nd document whose reportTypes.reasonId is 300. I have access to _id as well as reasonId to update the count. I am using Mongoose to query…