I have a struct and an array of my structs as follows
struct Products{ var ProductType: String var ProductName: String var ProductLink: String } var