export type TopicStatistics = { name: string; conversations: number; messages: number; avg_sentiment: string; avg_user_rating: string; };