pub type Chapter { Chapter(title: String, path: String, children: List(Chapter)) }
Chapter(title: String, path: String, children: List(Chapter))