package models type Link struct { Id string Url string Clicks int }