diff --git a/src/trello/model/card.rs b/src/trello/model/card.rs index 818c209..d2442d8 100644 --- a/src/trello/model/card.rs +++ b/src/trello/model/card.rs @@ -43,5 +43,6 @@ pub(crate) struct TrelloShortCard { #[derive(Debug, PartialEq, Eq, Deserialize)] pub(crate) struct TrelloLongCard { + pub(crate) id: TrelloCardId, pub(crate) attachments: Vec, }