Chainable withRelation
T withRelation(String name, {List<String>? columns}) { qb.withRelation(name, columns: columns); return this as T; }