models.Plugin.hasMany(models.ChatBot, {
              as: 'chatbots',
              onDelete: 'CASCADE',
              allowNull: true,
              foreignKey: {