Looking for the most suitable way to store this data:
"Total Count": "Error Count": "Success Count":
I have the keys already identified, but the values will be assigned during various stages of processing. I'm considering converting the keys to an enum and using a record type, but unsure about next steps. Any suggestions on the optimal data structure for this scenario?