*/ public function getMetaFields(): Collection; /** * A name representation for this type of item. * * @return string */ public function getType(): string; /** * A name representation for the category of this item. * * @return string */ public function getCategory(): string; }