pub type Metadata = HashMap<String, Value>;
Document metadata using Cow for zero-copy string handling
pub struct Metadata { /* private fields */ }