from pydantic import BaseModel class AttributeModel(BaseModel): upload_img_path: list upload_img_id: list upload_img_category: list