igorbenav / fastcrud

FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and flexible endpoint creation utilities.
MIT License
633 stars 45 forks source link

Rename "data" to "items" in multi response #155

Open feluelle opened 2 weeks ago

feluelle commented 2 weeks ago

Is your feature request related to a problem? Please describe.

The multi-response field data is generic and doesn't describe the returned data very well.

Describe the solution you'd like

I would like to use a more descriptive term e.g. items that indicate that a list is being returned.

ianbuss commented 2 weeks ago

Another option might be to make the key configurable on the FastCRUD instance.