Records Stats
constructor(totalReports: Long? = null, reportedCount: Long? = null, escalatedCount: Long? = null, appealedCount: Long? = null, subjectCount: Long? = null, pendingCount: Long? = null, processedCount: Long? = null, takendownCount: Long? = null)
Parameters
total Reports
Cumulative sum of the number of reports on the items in the set
reported Count
Number of items that were reported at least once
escalated Count
Number of items that were escalated at least once
appealed Count
Number of items that were appealed at least once
subject Count
Total number of item in the set
pending Count
Number of item currently in "reviewOpen" or "reviewEscalated" state
processed Count
Number of item currently in "reviewNone" or "reviewClosed" state
takendown Count
Number of item currently taken down