We already normalize a lot of fields into models.Product, but a lot of shops have a lot of other fields exposing product details that can't be properly normalized but could be useful to users as well. We could add a properties attribute map[string]string to models.Product to store those.