listNatures

@GetMapping(value = ["/list"])
fun listNatures(@ModelAttribute specification: NatureSpecification): List<NatureView>