from pydantic import BaseModel from about import About from project import Project class Lucas(BaseModel): projects: list[Project] about: About