My REST API paginates responses by using the Link header defined by RFC5988. Is there any built-in support for this? If not how would I implement it? There doesn't seem any obvious way to plug a complete link back to the original query.
Thanks!
(this is a repost of what I put in the App Building forum, apologies if you're seeing this twice)