const User = require(\'./models/user\') module.exports = new class Users { async get(token) { return await User.find({"users.activeToken": tok