tuple of SortKey field names, e.g. ['viewCount', 'createdAt']
initial string value; expects capitalized Partition Key field name
Query field name: concatenated PascalCase string with an And separator
And
QueryFieldLabelFromTuple<['viewCount', 'createdAt'], 'Title'> => 'TitleAndViewCountAndCreatedAt' Copy
QueryFieldLabelFromTuple<['viewCount', 'createdAt'], 'Title'> => 'TitleAndViewCountAndCreatedAt'
tuple of SortKey field names, e.g. ['viewCount', 'createdAt']