export interface EngagementFields { count: number; count_string: string; count_string_with_like: string; count_string_without_like: string; social_sentence: string; social_sentence_with_like: string; social_sentence_without_like: string; }