'boolean', 'order_num' => 'integer', ]; public function cards(): HasMany { return $this->hasMany(NovaCard::class, 'category_id'); } }