I am trying to select only specific fields in my search over index with >100 fields using NEST client. The search returns 10K results as expected, but when looping over hits field values dictionary is null (I see it in debugger). Below is the code:I am trying to select only specific fields in m