Provide a way to sort & page linked resources within fortune.
We currently support it on a resource level, with a syntax like:
/users?sort=firstName&page=1&pageSize=10
It would be great to support this when including linked resources, maybe with a syntax like:
/users?include=flights&sort[flights]=deptDate&page[flights]=1&pageSize[flights]=10