Does the formatter support pagination? We are trying to use Grape and jsonapi-resources together to create an API to spec, however, we cannot get pagination to work properly. I believe this is because normally with jsonapi-resources, the request is routed through a ResourceController and during serialization the appropriate operations are applied and meta keys filled out.
Thanks for any insight!