Mongodb – mongoose pull specific data from single document
So Im using mongoose and mongo atlas. I have a single document with a structure as follows: {_id: ObjectId("3u3ui4t432) , name: cat1, items : [ {cat1_item1: "something"}, {cat1_item2: "something"} ]} {_id: ObjectId("3u3uir3bi2) , name: cat2, items : [ {cat2_item1: "something"},…