db.collection.count()
exports.success = async function(req, res, next){ res.json(await Message.find().countDocuments()); }