package cybersecurity // OsintPhone represents a phone number of interest in an OSINT investigation. type OsintPhone struct { Number string `json:"number"` CountryCode string `json:"country_code"` Carrier string `json:"carrier"` PhoneType string `json:"phone_type"` }