creating new field doesn't want to save mongoose.Types.ObjectId as a column in MongoDB
I am trying to link two tables in mongo db. I have a User table where user has an _id. And a News table where the columns should be _id(for the news) and the userId (to link news to a…