Select specific fields to return
QueryBuilder select(String field) { _select.add(field); return this; }