you have to populate `foo_page` and `bar_page` etc.
The default `Pageable` handed into the method is equivalent to a `new PageRequest(0, 20)` but can be customized using the `@PageableDefaults` annotation on the `Pageable` parameter.
The default `Pageable` handed into the method is equivalent to a `new PageRequest(0, 20)` but can be customized using the `@PageableDefault` annotation on the `Pageable` parameter.
@ -92,7 +92,7 @@ public class PageableHandlerMethodArgumentResolver implements PageableArgumentRe
@@ -92,7 +92,7 @@ public class PageableHandlerMethodArgumentResolver implements PageableArgumentRe