I would love it if a table declared as ```py class MyTable(BaseModel): """doc string explaining the table """ field = Column(Integer) ``` would show the docstring in the diagram right under the name and before the fields