Let\'s say I have two models Blog and Comment with a one to many relationship.
class Blog(Base): id = Column(Integer, primary_key=True) comments = rel