MongoDB – How to update content to many collections
I have a collection called "Image", below is 1 document of the Image collection: { "_id" : ObjectId("6234342df8afb4001e279ecc"), "is_deleted" : false, "labels" : [ { "_id" : ObjectId("623d687e745109001e09f146"), "labelId" : ObjectId("623d6821745109001e09f04e"), "xmin" : 0.400763358778626, "xmax" : 0.614503816793893, "ymin" : 0.694300518134715,…