TreeResponseDto: {
    nodes: {
        childCount: number;
        contentCount: number;
        depth: number;
        id: string;
        parentId: string | null;
        rank: string;
        scope: "LIBRARY" | "SPACE";
        spaceId: string | null;
        title: string;
    }[];
}