SELECT specific fields - chainable
T select(List<String> fields) { qb.select(fields); return this as T; }