belongsTo(User::class, 'owner_id'); } public function category(): BelongsTo { return $this->belongsTo(TemplateCategory::class, 'category_id'); } }