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