const METADATA_FETCH_OPTIONS = {
  transform: (data: string | undefined): ItemSupportedMetadata | null => {
    if (!data) {
      return null;
    }