Represents the record count information for a datasource, including total, successful, and failed records.
The total number of records processed.
The number of successfully processed records.
The number of records that failed to process.
{ "total": 123, "success": 123, "failure": 123 }