totalComments property

  1. @JsonKey(name: 'total_comments')
int? totalComments
getter/setter pair

这个字段必须在获取 "detail" 的时候才有值

Implementation

@JsonKey(name: 'total_comments')
int? totalComments;