from pydantic import BaseModel class MediaUploadResponse(BaseModel): file_id: str file_path: str thumbnail_path: str | None file_type: str