interface Conversation { label: string; selected: boolean; unread: boolean; icon: string; }