citedByCount property

  1. @JsonKey(name: 'cited_by_count')
int? citedByCount
getter/setter pair

The total number Works that cite a work created by an author affiliated with this institution. Or less formally: the number of citations this institution has collected.

Implementation

@JsonKey(name: 'cited_by_count')
int? citedByCount;