const user = await Users.findOne<Pick<IUser, 'name'>>(userId, { projection: { name: 1 } });