I have a complex set of associated models. The models are associated using join tables, each with an attribute called \'order\'. I need to be able to query the parent model \'Pa
order: [
[ db.Sequelize.col('order'), 'DESC'], /*If you want to order by page module as well you can add this line*/
[ db.Gallery, db.ArtWork, 'order', 'DESC' ]
]