The expression return $this->getData('additionalData.uuid') also could return the type array which is incompatible with the documented return type null|string.
The expression return $this->getData('additionalData.size') also could return the type array|string which is incompatible with the documented return type integer|null.
The expression return $this->getData('thumbnailUrl') also could return the type array which is incompatible with the documented return type null|string.
The expression return $this->getData('size_simple') also could return the type array which is incompatible with the documented return type null|string.