populating mongoose model not returning expected results
I have two models user and places . both models have refs to each other . I’m trying to populate the place model so that when I remove place , the place get removed from places and also from places array of user model . Place from Place model is removed successfully but why it… Read More populating mongoose model not returning expected results