Values.FaqStatisticsSourceProvides statistical information about the FAQ questions and answers for an index.
type nonrec t = {indexedQuestionAnswersCount : IndexedQuestionAnswersCount.t option;The total number of FAQ questions and answers for an index.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of IndexedQuestionAnswersCount.t ]) list ]