Configuration struct containing JSON API information for a request
t() :: %JSONAPI.Config{ data: struct(), fields: map(), filter: keyword(), include: keyword(), opts: any(), page: JSONAPI.Page.t(), required_fields: any(), sort: any(), view: any() }