*/ public function toArray(Request $request): array { return [ 'thumbnail' => $this->getUrl('thumb400x400'), 'images_400x400' => $this->getUrl('thumb400x400'), 'images_800x800' => $this->getUrl('thumb800x800'), 'images_1200x1200' => $this->getUrl('thumb1200x1200'), ]; } }