diff --git a/bin/export-items b/bin/export-items index b7f4fe6c8..32d6b1e4b 100755 --- a/bin/export-items +++ b/bin/export-items @@ -43,6 +43,7 @@ def serialize(item) item_type: item.item_type, citation: item.preferred_citation, related_items: related_items, + related_citations: item.related_citation, contributors: contributors(item), keywords: item.keywords, files: files(item),