QueryBuilder<KV, KV, QDistinct> distinctByExpiresAt() { return QueryBuilder.apply(this, (query) { return query.addDistinctBy(r'expiresAt'); }); }