package card // Card represents a card on a Kanban board. type Card struct { ID int Title string Content string }