total property

  1. @JsonKey(name: 'Comments')
int total
final

The total number of comment ids

Implementation

@JsonKey(name: 'Comments')

/// The total number of comment ids
final int total;