package internal type Result struct { ID string URL string Title string Summary string Length int } type Results []Result