Say that I have two SQLAlchemy models that look like...
class Child(ModelBase): __tablename__ = "child" parent_id = sa.Column(sa.Integer, sa.Fo