package profile type Contact struct { Email string Phone string SocialLinks []SocialLink } type SocialLink struct { LinkType string Link string }