#[derive(Debug, Clone)]pubstructDatabaseDocument{pubid: String,
pubtitle: String,
pubdocument_type:metis_core::domain::documents::types::DocumentType,
pubfilepath: String,
#[allow(dead_code)]// Used in filtering logic but not accessed directly in struct usage
pubarchived:bool,
}