hasMany(Card::class, 'addressbookid'); } public function meta(): HasOne { return $this->hasOne(BookMeta::class, 'addressbook_id'); } }