You can exclude eager loading data by using joinTableAttributes
. Setting empty array to not fetch anything from the associated table.
const admins = await group.getAdmins({
attributes: ['id', 'firstname', 'lastname'],
joinTableAttributes: []
});
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…