# Structs
ErrorResponse is a generic response model for all API responses in the application This model is used to send validation errors.
Item is the model for an item in the database.
ItemRequest is the request model for creating a new item in the database.
Response is a generic response model for all API responses in the application This model can be used to send validation errors, success messages, etc The "T any" syntax is used to make the "Data" field generic.