here is my list code :
router.get(\'/list\', async (req, res) =>{ try{ const users = await user.find() return res.