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