I am trying out Sequelize association and I am having an issue.
I have two models
class User extends Model { } User.init( { id: {