When using `sequelize-cli init`, it will generate a directory structure similar to the following: - `config/` - `models/` - `migrations/` - `seeders/` **Optionally**, when `express-generator` is used, it generates a directory structure similar to the following: - `bin/` - `public/` - `view/` - `routes/` Should the directory structure be updated to adapt to the directory structure of Sequelize CLI? If should, I can help.