ProfileListResponseDto: {
    profiles: {
        affiliation: string | null;
        displayName: string;
        externalMemberCode: string | null;
        id: string;
        isMain: boolean;
        isNew: boolean;
        pictureUrl: string | null;
    }[];
}