I have entity Image with properties:
class Image { private $id private $name; private $mimeType; private $size; }
Now,