QueryBuilder<KV, String, QQueryOperations> keyProperty() { return QueryBuilder.apply(this, (query) { return query.addPropertyName(r'key'); }); }