package types type Item struct { ID int Length int URL string Title string Author string Summary string Content string HTMLContent string }