SetGroupMemberScoresBodyDto: {
    scores: {
        profileId: string;
        score: number | null;
    }[];
}