commentsCount property

  1. @JsonKey(name: 'comments')
int commentsCount
getter/setter pair

Number of Comments

Implementation

@JsonKey(name: 'comments')
int commentsCount;