package models type Pageview struct { Url string Path string Count int CountUnique int }