This is my folder structure:
+-- express_example |---- app.js |---- models |-------- songs.js |-------- albums.js |---- and another files of expressjs
"songs" : [{type: Schema.Types.ObjectId, ref: 'Song', required: true}]