This commit is contained in:
2025-10-31 01:26:24 +01:00
parent fa43bc749e
commit 722c2f9a5c
14 changed files with 6497 additions and 6377 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ struct DocumentDetail {
#[derive(Deserialize)]
struct DocumentSummary {
id: Uuid,
title: String,
#[serde(rename = "title")]
_title: String,
#[serde(default)]
correspondents: Vec<DocumentCorrespondentSummary>,
}