classFare(BaseModel,extra="forbid"):carrier:strorig:strdest:strbooking_class:strprice:floatadvance_purchase:intrestrictions:list[str]=[]category:str|None=None@field_validator("restrictions",mode="before")defallow_unrestricted(cls,v):"""Allow restrictions to be None or missing."""ifvisNone:v=[]returnv