<PackageReference Include="Relativity.Services.DataContracts.SDK" Version="13.6.2" />

Relativity.Services.DataContracts.DTOs.DynamicReviewQueue.DynamicReviewQueueCount

A count of documents matching a given status in a dynamic review queue
public Dictionary<int, int> ChoiceCount { get; set; }

ChoiceID :: Count Doesn't include documents without choices

public bool ReviewCompleted { get; set; }

Whether or not this status indicates that review has been completed for TotalCount documents

public string StatusDescription { get; set; }

The friendly name of the status this count is for

public int StatusID { get; set; }

The ID for the status this count is for

public int TotalCount { get; set; }

The number of documents matching this status