Mongodb – Nodejs express populate sub array data
I have relative field and in relative I have subRelatives and it continues like nested array. Mean in subRelatives I have subRelatives and some time its 10 times continues process. My code router.get(`/userTree/:id`, async (req, res) => { const userTrees…