Gets or sets the listed count.
| C# | Visual Basic |
[JsonPropertyAttribute(PropertyName = "listed_count")] [DataMemberAttribute] public int ListedCount { get; set; }
<JsonPropertyAttribute(PropertyName := "listed_count")> _ <DataMemberAttribute> _ Public Property ListedCount As Integer Get Set
The listed count.