package note // Metadata holds information about a particular note. type Metadata struct { Title string Content string WordCount int }