belongsTo(InstagramAccount::class, 'account_id'); } public function getUrl(): string { return "https://www.instagram.com/reel/{$this->reel_id}/"; } }