#import "../../Fragments/System.graphql" query GetCityPageCount($locale: String!) { all_destination_city_page(locale: $locale) { total } }