'boolean', ]; /** * Get the pages that use this header template. */ public function pages(): HasMany { return $this->hasMany(Page::class, 'header_template_id'); } }