from uuid import UUID from pydantic import BaseModel class ComicResponse(BaseModel): id: UUID title: str completed: bool