FeedbackRoomReadDto: {
    lastReadAt: string | null;
    roomId: string;
    unreadCount: number;
}