I doubt anyone is even listening here anymore, but according to the JSONAPI spec, if include is provided as a query parameter to the URL and the implementation does not support it, a 400 should be returned. That is not the case. If we send something like http://localhost:31415/v0/users?include=taco, no error occurs:
