pub type Card { Card( id: String, question: String, answer: String, last_reviewed: Int, interval: Int, ) }