* @since 29.0.0 */ public function getMetadata(): array; /** * retrieves the metadata value from our $key param * * @param string $key the key for the json value of the metadata column * @since 29.0.0 */ public function getMetadataValue(string $key): ?string; }