1//BASICALLY DON'T ADD EMPTY FILES TO YOUR MODELS FOLDER
2
3/* I experienced this issue, the reason was because I added a file on my models directory
4that is not a model, just some code that's meant to do some stuff.
5I suppose we can only add model files on the models directory,
6as index.js checks every file in the whole directory. */
7
8