belongsTo(AddressBook::class, 'addressbookid'); } public function meta(): HasOne { return $this->hasOne(ContactMeta::class, 'card_id'); } }