Mongodb – How to save particular object in mongoose schema
I am facing some issue here i am try to store only one object either school or college or work, but mongoose automatically create other two object. how to omit other object. here i should use default let mySchema =…