YOU’RE LEARNING TO↗learner can define a Pydantic BaseModel with typed fields
↗learner can instantiate models and understand automatic coercion
↗learner can catch and interpret ValidationError
↗learner can round-trip data with model_validate and model_dump
↗learner can explain how Pydantic differs from plain dataclasses