Values.SeverityCountsSourceIncludes counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified filter.
type nonrec t = {all : SeverityCountNumber.t option;The total number of findings across all severity levels for the specified filter.
*)critical : SeverityCountNumber.t option;The number of critical severity findings for the specified filter.
*)high : SeverityCountNumber.t option;The number of high severity findings for the specified filter.
*)medium : SeverityCountNumber.t option;The number of medium severity findings for the specified filter.
*)}