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