package models type Note struct { ID int Path string Title string Slug string CreatedAt string UpdatedAt string }