Je ne sais pas trop

This commit is contained in:
2025-10-26 23:49:20 +01:00
parent 732b1df516
commit e8dd16b34b
15 changed files with 66 additions and 24 deletions

View File

@@ -125,6 +125,9 @@ pub struct Container {
#[serde(rename = "@childCount", skip_serializing_if = "Option::is_none")]
pub child_count: Option<String>,
#[serde(rename = "@searchable", skip_serializing_if = "Option::is_none")]
pub searchable: Option<String>,
#[serde(rename = "dc:title", alias = "title")]
pub title: String,