Header of the CSV.
Output format: 'object' or 'array' (default: 'object')
Column count strategy for array format (default: 'keep')
This type represents a single CSV record, which can be either an object or an array
depending on the Format type parameter.
Format is 'object' (default): Returns CSVObjectRecordFormat is 'array': Returns CSVArrayRecord (named tuple)For array format, the Strategy parameter affects field types:
'pad': Fields are typed as string | undefinedstring
CSV Record.