getLocationPage

@GetMapping(value = ["/page"])
fun getLocationPage(pageable: Pageable, @ModelAttribute specification: LocationSpecification): Page<LocationView>