QueryBuilder<Repo, String, QQueryOperations> urlProperty() { return QueryBuilder.apply(this, (query) { return query.addPropertyName(r'url'); }); }