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