package trello type TrelloCard struct { ID string Name string List string Description string }