factory FaqStatistics.fromJson(Map<String, dynamic> json) { return FaqStatistics( indexedQuestionAnswersCount: json['IndexedQuestionAnswersCount'] as int, ); }