[ 'id' => $this->id, 'type' => 'file', 'attributes' => [ 'name' => $this->name, 'basename' => $this->basename, 'mimetype' => $this->mimetype, 'filesize' => $this->filesize, 'type' => $this->type, 'file_url' => $this->file_url, 'thumbnail' => $this->thumbnail, 'created_at' => $this->created_at, 'updated_at' => $this->created_at, ], ], ]; } }