Values.ReviewTemplatePillarReviewSummarySourceSummary of a review template.
type nonrec t = {pillarId : PillarId.t option;pillarName : PillarName.t option;notes : Notes.t option;questionCounts : QuestionCounts.t option;A count of how many questions are answered and unanswered in the requested pillar of the lens review.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of ([> `Enum of string ] * [> `Integer of Count.t ]) list
| `String of PillarId.t ])
list ]