*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'title' => $this->title, 'download_url' => Storage::url($this->pathname), 'extension' => $this->extension, 'size' => $this->size, 'version' => $this->version, ]; } }