relatedWorks property

  1. @JsonKey(name: 'related_works')
List<String>? relatedWorks
getter/setter pair

OpenAlex IDs for works related to this work. Related works are computed algorithmically; the algorithm finds recent papers with the most concepts in common with the current paper.

Implementation

@JsonKey(name: 'related_works')
List<String>? relatedWorks;