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