$this->reference_no, 'confirmed' => (int)$this->confirmed, 'packages' => Package::collection(PackageModel::where('list_id', $this->id)->get()) ]; } }