'json' ]; public function getFileDetailAttribute() { if (empty($this->file)) { return []; } return Upload::whereIn('id', $this->file)->get(); } }