Allow `null` to be returned from some Product fields
Here I thought adding type annotations would help ensure some safety in our code. Noooooo, PHP says. Only strife and sadness.
This PR once again allows some null
s to be returned from the Product class because we don't currently use all of the available fields. Merging ASAP to test a hypothesis I have on another bug.