I am stuck on a weird issue.
I am searching for some items, adding them to a pandas dataframe and saving them to a csv.
This is all working except that the size value is only populated for the first item.

I can inspect the size property for each item and see that it has a value. In fact, once I access the size property, it shows up in the dataframe.

Why does this happen and what is the workaround?
Thanks!