worksCount property

  1. @JsonKey(name: 'works_count')
int? worksCount
getter/setter pair

The number of Works created by authors affiliated with this institution. Or less formally: the number of works coming out of this institution.

Implementation

@JsonKey(name: 'works_count')
int? worksCount;