User.find({ where: {id: userId}, attributes: userFields, include: [ {model: db.Role, attributes: roleFields, through: {attributes: []}} ] })