BaseResponse.ReadTotalCount property
Total items available at the endpoint. Will be 0 if SkipTotalCount
is true
.
public int? ReadTotalCount { get; set; }
See Also
- class BaseResponse
- namespace Amica
Total items available at the endpoint. Will be 0 if SkipTotalCount
is true
.
public int? ReadTotalCount { get; set; }