-
Hello, Quarkus provides a convenient functionality to quickly expose panache-backed data via jax-rs as described here: https://quarkus.io/guides/rest-data-panache. However, I can't find any configuration option for my paginated results to contain the "number of total records". Is this somehow supported? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
/cc @FroMage, @loicmathieu |
Beta Was this translation helpful? Give feedback.
-
Good point. There's https://quarkus.io/guides/rest-data-panache#get-peoplepage0size2 which shows that you can use the Any opinion @geoand ? |
Beta Was this translation helpful? Give feedback.
-
@NMichas The "/count" endpoint was added in #27193 , thanks to @Sgitario . Can you mark this discussion as answered? |
Beta Was this translation helpful? Give feedback.
#27193