export type SentimentSummary = { sentiment_distribution: Record; total_sentiments: number; };