export type MessageView = { count: number; title: string; is_shared: boolean; proactive_prompt: string; mentor_unique_id: string; platform_key: string; previous: string; next: string; results: Array; client_context?: any; };