package main type Story struct { Id int Deleted bool Type string Time int Text string Dead bool Url string Score int Title string Descendants int } type Category struct { ID int Name string Url string }