I am new to sqlalchemy. I have the following model where securities and prices have 1 to many relationship:
class Security(Base): __tablename__ = "se