res.status(200).json({ hits, users: users.map((u) => u.toJSON()) });