*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'path' => $this->getPath(), 'path_thumb' => $this->getPathThumb(), ]; } }