Property NumSubjects
NumSubjects
The number of unique subjects held in the stream
[JsonPropertyName("num_subjects")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(-9.223372036854776E+18, 9.223372036854776E+18)]
public long NumSubjects { get; set; }