displayName property
Exactly the same as Work.title. It's useful for Works to include a display_name property, since all the other entities have one.
Implementation
@JsonKey(name: 'display_name')
String? displayName;
Exactly the same as Work.title. It's useful for Works to include a display_name property, since all the other entities have one.
@JsonKey(name: 'display_name')
String? displayName;