Bạn có thể lấy các mô hình được xác định ở nơi khác trực tiếp với Mongoose:
require('mongoose').model(name_of_model)
Để lấy lược đồ trong ví dụ của bạn trong album.js, bạn có thể thực hiện điều này:
var SongSchema = require('mongoose').model('Song').schema