'use strict'; module.exports = db => { return { model: db.section, as: "home_section", include:[ db.publication ] }; };