const user = await Users.findOneById<Pick<IUser, 'username'>>(uid, { projection: { username: 1 } });