Skip to content

BaseResponse.ReadTotalCount property

Total items available at the endpoint. Will be 0 if SkipTotalCount is true.

public int? ReadTotalCount { get; set; }

See Also