const team = await Team.findOneById<Pick<ITeam, 'roomId'>>(teamId, {
            projection: { roomId: 1 },
        });