whenever any update operation occur on the collection, there should be an automated process in nodejs that will automatically update the timestamp for updateAt field.
I don't want to do manually as there are multiple sources from it can be updated.
MongoDB don't have any trigger, but there is a watch in MongoDB how can I use it.... I want to perform update operations inside the watch and don't want to trigger watch when we update it.