package models type FilterChoices struct { Countries []string Regions []string Cities []string ISPs []string Names []string Hostnames []string }