I have a database with 2 tables and 1 bridge table represented via classes as the following.
class Movies(Base): __tablename__ = \'movie\' Id = Colum