1#[allow(unused_imports)] 2use serde_json::Value; 3 4#[derive(Debug, Serialize, Deserialize)] 5pub struct NfsExportsSummarySummary { 6 /// The count of objects in the collection 7 #[serde(rename = "count")] 8 pub count: i32, 9}