I have my Entities with Spring Data JPA, but to generate stats about them, I use jOOQ in a Spring ...@Repository.......Since my methods return either a ...List... of entities, or a ...Double..., how can I expose them as links? Let's say I have a ...User..