*/ public function toArray(Request $request): array { // return parent::toArray($request); return [ 'id' => $this->id, 'building_id' => $this->building_id, 'upload_dump_id' => $this->upload_dump_id, 'filename' => $this->filename, 'file_url' => $this->file_url, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ]; } }