export interface PageLocationsBreakdownFields { location_id: string; location_name: string; location_type: string; num_pages: number; num_pages_eligible_for_store_visit_reporting: number; num_unpublished_or_closed_pages: number; parent_country_code: string; parent_region_id: number; parent_region_name: string; }