*/ public function catalogItems(): HasMany { return $this->hasMany(CatalogItem::class, 'page_id'); } }