diff --git a/pbs-api-types/src/datastore.rs b/pbs-api-types/src/datastore.rs index 462081e4..77c1258f 100644 --- a/pbs-api-types/src/datastore.rs +++ b/pbs-api-types/src/datastore.rs @@ -390,6 +390,8 @@ pub struct SnapshotListItem { /// The owner of the snapshots group #[serde(skip_serializing_if = "Option::is_none")] pub owner: Option, + /// Protection from prunes + pub protected: bool, } #[api(