QueryBuilder<DbEvent, (R1, R2, int), QOperations> createdAtProperty() { return QueryBuilder.apply(this, (query) { return query.addProperty(4); }); }