childCount property

  1. @JsonKey(name: 'child_count', fromJson: TautulliUtilities.ensureIntegerFromJson)
int? childCount
final

Amount of child-level content (episode, song, etc.) in the library.

Implementation

@JsonKey(name: 'child_count', fromJson: TautulliUtilities.ensureIntegerFromJson)
final int? childCount;