@override Object toJson() => { if (citations.isNotDefault) 'citations': [for (final i in citations) i.toJson()], };