'json' ]; public function category(): BelongsTo { return $this->belongsTo(Category::class); } }