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