from pydantic import BaseModel class JobTitleResponse(BaseModel): id: int name: str sort_order: int is_active: bool