from pydantic import BaseModel class Producto(BaseModel): id: int username: str nombre: str rol: str