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