I've just started using Node.js ORM Sequelize in my application. So far I've defined database models in the same file and used them in my controller files to do basic operations. Here is how I defined Models: I've just started using Node.js ORM Sequelize i