I got this API controler:
exports.doctorsList = async (req, res) => { const users = await User.find().exec(); let responseArray = await users.map(a