Represents the record count information for a datasource, including total, successful, and failed records.

total
integer

The total number of records processed.

success
integer

The number of successfully processed records.

failure
integer

The number of records that failed to process.