I\'m trying to update a mongodb document with mongoose in node.js
When the field exists, the update works, but if the field does not exist, the update will not work.
Going through this solution in Year 2019.
Please note: collection.update is deprecated. Use updateOne, updateMany, or bulkWrite instead
collection.update
updateOne
updateMany
bulkWrite