FeedbackRoomReadDto: {
    hasUnread: boolean;
    lastReadAt: string | null;
    roomId: string;
}