citedByCount property

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

The number of citations to this work. These are the times that other works have cited this work: Other works ➞ This work.

Implementation

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