SelectionFields
SelectionFields =
{ [K in DataKey]?: boolean }
Defined in: src/query/selection.ts:22
The parts of an entity that can be selected. Every field is opt-in (including the key) and maps
directly to a field of the returned Entity — the selection is flat.