I have a spring boot application with @RestController and within that I got a @GetMapping Method, in wich I return a List of DTOs from a Native Query to my Client. Now I wanted