from pydantic import BaseModel class Character(BaseModel): id: int | None name: str character_image: bytes character_bio: str