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