I have two models with Many to Many relationships-
1.Alert 2.Target Alert.associate = (models) => { Alert.belongsToMany(models.Target, {through: \'alert_t