I have following associations:
M:N relationship table
ProductCategory.hasMany(Product, { foreignKey: \'productId\' }); Produ