# PolicyAggregations **Type:** GraphQL objects **Description:** Aggregated statistics for policies ## Fields - total (Int): Total number of policies matching the filter - productionCoverage (Float): Percentage of production environments covered by policies (includes Unspecified) - byStatus (StatusDistribution, Not Null): Distribution of policies by status (Active/Disabled) - mode (PolicyMode): Status value - status (PolicyStatus): Status value - count (Int): Number of policies with this mode - percentage (Float): Percentage of policies with this status - byEnvironmentType (EnvironmentTypeDistribution, Not Null): Distribution of policies across environment types - environmentType (EnvironmentTypeEnum): Environment type category - count (Int): Number of items in this environment type - percentage (Float): Percentage of items in this environment type - byEnvironment (EnvironmentDistribution, Not Null): Distribution of policies across specific environment names - environment (String): Specific environment name - count (Int): Number of items in this environment - percentage (Float): Percentage of items in this environment