total_count property

  1. @JsonKey.new(name: 'total_count', required: true)
int total_count
getter/setter pair

The total count of items.

Implementation

@JsonKey(name: 'total_count', required: true)
int total_count;