According to sequelize documentation, one to many associations give the following mixins:
fooInstance.getBars() fooInstance.countBars() fooInstance.hasBar() fooIn