I have three sequelize models symbolizing a many to many relationship between Foo and Bar.
Foo
Bar
Foo.belongsToMany(Bar, { through: FooBa