FastAPI-JSONAPI
FastAPI-JSONAPI copied to clipboard
Unnecessary meta information about pagination
All responses indicate a "meta" object with information about pagination. However, there is no such object in the JSON:API examples for create, get single record, update, etc. methods.