'integer', 'sort_order' => 'integer', 'is_featured' => 'boolean', ]; public function world(): BelongsTo { return $this->belongsTo(World::class); } }