···99 pub description: core::option::Option<String>,
1010 ///knot where the repo was created
1111 pub knot: String,
1212+ ///List of labels that this repo subscribes to
1313+ #[serde(skip_serializing_if = "core::option::Option::is_none")]
1414+ pub labels: core::option::Option<Vec<String>>,
1215 ///name of the repo
1316 pub name: String,
1414- pub owner: atrium_api::types::string::Did,
1517 ///source of the repo
1618 #[serde(skip_serializing_if = "core::option::Option::is_none")]
1719 pub source: core::option::Option<String>,