I\'ve scoured SO a good bit looking for the answer but I\'m sure that I\'m lost for the right words to describe what I\'m after.
Basically I have a mongodb collection
In my case, I did this
const eventId = event.id; User.findByIdAndUpdate(id, { $push: { createdEvents: eventId } }).exec();