Probably you have wrong relationship setting.
In product model you have a gallery relationship without setting the column names. That means:
If some of the columns mentioned above has a different name, you need to set them in a hasOne method
(from laravel docs)