You can get the code of the lesson here.
Rewrite the EmployeeDTO dataclass you implemented in the previous lesson extending Pydantic BaseModel.
You can check the solution here.