diff --git a/pbs-api-types/src/lib.rs b/pbs-api-types/src/lib.rs index 2d15e92e..f9fe5cfb 100644 --- a/pbs-api-types/src/lib.rs +++ b/pbs-api-types/src/lib.rs @@ -380,6 +380,9 @@ pub struct GroupListItem { /// The owner of group #[serde(skip_serializing_if = "Option::is_none")] pub owner: Option, + /// The first line from group "notes" + #[serde(skip_serializing_if="Option::is_none")] + pub comment: Option, } #[api(