SpaceListResponseDto: {
    nextCursor: string | null;
    spaces: {
        adminCount: number;
        allowFileDownload: boolean;
        autoJoin: boolean;
        contentCount: number;
        createdAt: string;
        description: string | null;
        enabledMenus: string[];
        exitRestricted: boolean;
        fieldValues: {
            fieldId: string;
            valueDate: string | null;
            valueNumber: number | null;
            valueText: string | null;
        }[];
        groupActive: boolean;
        id: string;
        isActive: boolean;
        isPublic: boolean;
        messageEnabled: boolean;
        name: string;
        participantCount: number;
        postCount: number;
        representativeName: string | null;
        retainEnrollmentHistory: boolean;
        semester: string | null;
        startMenu: string;
        thumbnailUrl: string | null;
        vodConcurrentLimit: boolean;
    }[];
    total: number;
}