Closed
Description
Hello, recently started playing with this package, and while I am a bit struggling with somewhat scarce documentation, I really love the idea and how it works.
One of the quirks I have is how to paginate nested relationships. My data can easily reach thousands of relations per object and that sometimes just hangs the server/browser.
I read the spec and found out that it is possible to have the server paginate also the internal relationships.
A relationship object that represents a to-many relationship MAY also contain pagination links under the links member.
I would guess that this is not implemented yet? If not, can you evaluate on how hard it would be to do something like this and maybe point me in the right direction on where to start?