'use strict'; module.exports = (db, article_id) => { return { where: { article_id }, include: db.tag }; };