Describe the bug
The types do not allow for pagination in relationship objects. For example, in the below bit of JSON I would like to add a next relationship to the comments, but the type can only be of type Links which includes self and related and none of the PaginationLinks types.
Describe the bug The types do not allow for pagination in relationship objects. For example, in the below bit of JSON I would like to add a
next
relationship to the comments, but the type can only be of typeLinks
which includesself
andrelated
and none of thePaginationLinks
types.Expected behavior I expect it to allow for all the attributes of the
PaginationLinks
type.