FeedbackOverviewDto: {
    myRoomId: string | null;
    myRoomUnreadCount: number | null;
    permission: "AUTHOR" | "SPACE_ADMIN";
    postId: string;
    roomCount: number | null;
    viewerRole: "participant" | "admin" | "none";
}