GetListsResponseModel.ItemCount Property

Definition

The total number of items matching the query regardless of pagination

[System.Text.Json.Serialization.JsonPropertyName("total_items")]
public int? ItemCount { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("total_items")>]
member this.ItemCount : Nullable<int> with get, set
Public Property ItemCount As Nullable(Of Integer)

Property Value

Attributes

Applies to