Values.OrganizationFeatureStatisticsSourceInformation about the number of accounts that have enabled a specific feature.
type nonrec t = {name : OrgFeature.t option;Name of the feature.
*)enabledAccountsCount : Integer.t option;Total number of accounts that have enabled a specific feature.
*)additionalConfiguration : OrganizationFeatureStatisticsAdditionalConfigurations.t
option;Name of the additional configuration.
*)}