This method allows you to list many products.
It returns a list of Product objects that you have created in the Galtea dashboard.
products = galtea.products.list()
The number of products to skip before starting to collect the result set.
The maximum number of products to return.