afterFilteringSize property

  1. @JsonKey(fromJson: convertToIntIfDoubleValue)
int? afterFilteringSize
getter/setter pair

The number of tracks available after min_* and max_* filters have been applied.

Implementation

@JsonKey(fromJson: convertToIntIfDoubleValue)
int? afterFilteringSize;