QueryBuilder<Package, Package, QDistinct> distinctByArch() { return QueryBuilder.apply(this, (query) { return query.addDistinctBy(r'arch'); }); }