SpaceGroupListDto: {
    groups: {
        createdAt: string;
        id: string;
        imageUrl: string | null;
        memberCount: number;
        members: {
            displayName: string;
            isLeader: boolean;
            pictureUrl: string | null;
            profileId: string;
        }[];
        name: string;
        setId: string;
    }[];
}