[ 'type' => 'images', 'image_id' => $this->id, 'attributes' => [ 'path' => url('storage/'.$this->path), 'width' => $this->width, 'height' => $this->height, 'location' => $this->location, ] ], 'links' => [ 'self' => url('/images/'.$this->id), ] ]; } }