countsByYear property

  1. @JsonKey(name: 'counts_by_year')
List<CountByYear>? countsByYear
getter/setter pair

Counts of works and citations for each of the last ten years, binned by year. To put it another way: each year, you can see how many new works this institution put out, and how many times any work affiliated with this institution got cited.

Implementation

@JsonKey(name: 'counts_by_year')
List<CountByYear>? countsByYear;