🐦 Twitter Post Details

Viewing enriched Twitter post

@jerryjliu0

This weekend I’m excited to share a tutorial that shows you how to build an agentic extraction workflow over a Fidelity Multi-Fund Annual Report: the document contains a list of multiple funds, with each fund reporting multiple tables of financial data. Extracting a list of… https://t.co/qcgX7xnt0w

Media 1

📊 Media Metadata

{
  "media": [
    {
      "type": "image",
      "url": "https://crmoxkoizveukayfjuyo.supabase.co/storage/v1/object/public/media/posts/1931810929425158272/media_0.jpg?",
      "filename": "media_0.jpg"
    }
  ],
  "nlp": {
    "sentiment": "positive",
    "topics": [
      "tutorial",
      "agentic extraction workflow",
      "financial data"
    ],
    "entities": [
      "Fidelity"
    ],
    "summary": "The tweet expresses excitement about sharing a tutorial on building an extraction workflow for a financial report.",
    "language": "en",
    "processed_at": "2025-08-07T11:51:28.685337"
  }
}

🔧 Raw API Response

{
  "data": {
    "threaded_conversation_with_injections_v2": {
      "instructions": [
        {
          "type": "TimelineClearCache"
        },
        {
          "type": "TimelineAddEntries",
          "entries": [
            {
              "entryId": "tweet-1931810929425158272",
              "sortIndex": "1953514328518819840",
              "content": {
                "entryType": "TimelineTimelineItem",
                "__typename": "TimelineTimelineItem",
                "itemContent": {
                  "itemType": "TimelineTweet",
                  "__typename": "TimelineTweet",
                  "tweet_results": {
                    "result": {
                      "__typename": "Tweet",
                      "rest_id": "1931810929425158272",
                      "has_birdwatch_notes": false,
                      "core": {
                        "user_results": {
                          "result": {
                            "__typename": "User",
                            "id": "VXNlcjozNjk3Nzc0MTY=",
                            "rest_id": "369777416",
                            "affiliates_highlighted_label": {},
                            "has_graduated_access": true,
                            "is_blue_verified": true,
                            "profile_image_shape": "Circle",
                            "legacy": {
                              "can_dm": true,
                              "can_media_tag": true,
                              "created_at": "Wed Sep 07 22:54:31 +0000 2011",
                              "default_profile": true,
                              "default_profile_image": false,
                              "description": "co-founder/CEO @llama_index\n\nCareers: https://t.co/EUnMNmbCtx\nEnterprise: https://t.co/Ht5jwxSrQB",
                              "entities": {
                                "description": {
                                  "urls": [
                                    {
                                      "display_url": "llamaindex.ai/careers",
                                      "expanded_url": "https://www.llamaindex.ai/careers",
                                      "url": "https://t.co/EUnMNmbCtx",
                                      "indices": [
                                        38,
                                        61
                                      ]
                                    },
                                    {
                                      "display_url": "llamaindex.ai/contact",
                                      "expanded_url": "https://www.llamaindex.ai/contact",
                                      "url": "https://t.co/Ht5jwxSrQB",
                                      "indices": [
                                        74,
                                        97
                                      ]
                                    }
                                  ]
                                },
                                "url": {
                                  "urls": [
                                    {
                                      "display_url": "llamaindex.ai",
                                      "expanded_url": "https://www.llamaindex.ai/",
                                      "url": "https://t.co/YiIfjVlzb6",
                                      "indices": [
                                        0,
                                        23
                                      ]
                                    }
                                  ]
                                }
                              },
                              "fast_followers_count": 0,
                              "favourites_count": 7776,
                              "followers_count": 64138,
                              "friends_count": 1378,
                              "has_custom_timelines": true,
                              "is_translator": false,
                              "listed_count": 1295,
                              "location": "",
                              "media_count": 1244,
                              "name": "Jerry Liu",
                              "normal_followers_count": 64138,
                              "pinned_tweet_ids_str": [
                                "1953108641558540720"
                              ],
                              "possibly_sensitive": false,
                              "profile_image_url_https": "https://pbs.twimg.com/profile_images/1283610285031460864/1Q4zYhtb_normal.jpg",
                              "profile_interstitial_type": "",
                              "screen_name": "jerryjliu0",
                              "statuses_count": 6037,
                              "translator_type": "none",
                              "url": "https://t.co/YiIfjVlzb6",
                              "verified": false,
                              "want_retweets": false,
                              "withheld_in_countries": []
                            },
                            "tipjar_settings": {}
                          }
                        }
                      },
                      "unmention_data": {},
                      "edit_control": {
                        "edit_tweet_ids": [
                          "1931810929425158272"
                        ],
                        "editable_until_msecs": "1749418191000",
                        "is_edit_eligible": true,
                        "edits_remaining": "5"
                      },
                      "is_translatable": false,
                      "views": {
                        "count": "15069",
                        "state": "EnabledWithCount"
                      },
                      "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                      "note_tweet": {
                        "is_expandable": true,
                        "note_tweet_results": {
                          "result": {
                            "id": "Tm90ZVR3ZWV0OjE5MzE4MTA5MjkyMTU1MDg0ODA=",
                            "text": "This weekend I’m excited to share a tutorial that shows you how to build an agentic extraction workflow over a Fidelity Multi-Fund Annual Report: the document contains a list of multiple funds, with each fund reporting multiple tables of financial data.\n\nExtracting a list of structured fund tables is much harder than extracting a single one. This tutorial shows you how to build an agentic workflow that breaks this down into a series of steps:\n\n1️⃣ Parse: Running document parsing to convert the entire document into markdown\n2️⃣ Split: Identify the split points and find the page numbers corresponding to each split (e.g. “split the document by fund”)\n3️⃣ Extract: For each split, extract out fund data into a normalized format\n4️⃣ Combine: Combine everything into a CSV! You can then analyze this with pandas or do text-to-CSV over it\n\nLlamaCloud contains the document parsing/extraction building blocks to help make this possible.\n\nNotebook: https://t.co/7473eIwdGv\n\nSign up to LlamaCloud: https://t.co/TcxdbAmYPv\nIf you're interested in building this in an enterprise setting, come talk to us: https://t.co/MyZTXdrJwL",
                            "entity_set": {
                              "hashtags": [],
                              "symbols": [],
                              "urls": [
                                {
                                  "display_url": "github.com/run-llama/llam…",
                                  "expanded_url": "https://github.com/run-llama/llama_cloud_services/blob/main/examples/extract/asset_manager_fund_analysis.ipynb",
                                  "url": "https://t.co/7473eIwdGv",
                                  "indices": [
                                    948,
                                    971
                                  ]
                                },
                                {
                                  "display_url": "cloud.llamaindex.ai/?utm_campaign=…",
                                  "expanded_url": "https://cloud.llamaindex.ai/?utm_campaign=cloud&utm_medium=jl_socials",
                                  "url": "https://t.co/TcxdbAmYPv",
                                  "indices": [
                                    996,
                                    1019
                                  ]
                                },
                                {
                                  "display_url": "llamaindex.ai/contact?utm_ca…",
                                  "expanded_url": "https://www.llamaindex.ai/contact?utm_campaign=cloud&utm_medium=jl_socials",
                                  "url": "https://t.co/MyZTXdrJwL",
                                  "indices": [
                                    1101,
                                    1124
                                  ]
                                }
                              ],
                              "user_mentions": []
                            },
                            "richtext": {
                              "richtext_tags": []
                            },
                            "media": {
                              "inline_media": []
                            }
                          }
                        }
                      },
                      "legacy": {
                        "bookmark_count": 229,
                        "bookmarked": false,
                        "created_at": "Sun Jun 08 20:29:51 +0000 2025",
                        "conversation_id_str": "1931810929425158272",
                        "display_text_range": [
                          0,
                          276
                        ],
                        "entities": {
                          "hashtags": [],
                          "media": [
                            {
                              "display_url": "pic.x.com/qcgX7xnt0w",
                              "expanded_url": "https://x.com/jerryjliu0/status/1931810929425158272/photo/1",
                              "id_str": "1931810914124406784",
                              "indices": [
                                277,
                                300
                              ],
                              "media_key": "3_1931810914124406784",
                              "media_url_https": "https://pbs.twimg.com/media/Gs8ryo2boAAO_xC.jpg",
                              "type": "photo",
                              "url": "https://t.co/qcgX7xnt0w",
                              "ext_media_availability": {
                                "status": "Available"
                              },
                              "features": {
                                "large": {
                                  "faces": []
                                },
                                "medium": {
                                  "faces": []
                                },
                                "small": {
                                  "faces": []
                                },
                                "orig": {
                                  "faces": []
                                }
                              },
                              "sizes": {
                                "large": {
                                  "h": 1277,
                                  "w": 2048,
                                  "resize": "fit"
                                },
                                "medium": {
                                  "h": 748,
                                  "w": 1200,
                                  "resize": "fit"
                                },
                                "small": {
                                  "h": 424,
                                  "w": 680,
                                  "resize": "fit"
                                },
                                "thumb": {
                                  "h": 150,
                                  "w": 150,
                                  "resize": "crop"
                                }
                              },
                              "original_info": {
                                "height": 2553,
                                "width": 4096,
                                "focus_rects": [
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 4096,
                                    "h": 2294
                                  },
                                  {
                                    "x": 1079,
                                    "y": 0,
                                    "w": 2553,
                                    "h": 2553
                                  },
                                  {
                                    "x": 1236,
                                    "y": 0,
                                    "w": 2239,
                                    "h": 2553
                                  },
                                  {
                                    "x": 1717,
                                    "y": 0,
                                    "w": 1277,
                                    "h": 2553
                                  },
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 4096,
                                    "h": 2553
                                  }
                                ]
                              },
                              "media_results": {
                                "result": {
                                  "media_key": "3_1931810914124406784"
                                }
                              }
                            }
                          ],
                          "symbols": [],
                          "timestamps": [],
                          "urls": [],
                          "user_mentions": []
                        },
                        "extended_entities": {
                          "media": [
                            {
                              "display_url": "pic.x.com/qcgX7xnt0w",
                              "expanded_url": "https://x.com/jerryjliu0/status/1931810929425158272/photo/1",
                              "id_str": "1931810914124406784",
                              "indices": [
                                277,
                                300
                              ],
                              "media_key": "3_1931810914124406784",
                              "media_url_https": "https://pbs.twimg.com/media/Gs8ryo2boAAO_xC.jpg",
                              "type": "photo",
                              "url": "https://t.co/qcgX7xnt0w",
                              "ext_media_availability": {
                                "status": "Available"
                              },
                              "features": {
                                "large": {
                                  "faces": []
                                },
                                "medium": {
                                  "faces": []
                                },
                                "small": {
                                  "faces": []
                                },
                                "orig": {
                                  "faces": []
                                }
                              },
                              "sizes": {
                                "large": {
                                  "h": 1277,
                                  "w": 2048,
                                  "resize": "fit"
                                },
                                "medium": {
                                  "h": 748,
                                  "w": 1200,
                                  "resize": "fit"
                                },
                                "small": {
                                  "h": 424,
                                  "w": 680,
                                  "resize": "fit"
                                },
                                "thumb": {
                                  "h": 150,
                                  "w": 150,
                                  "resize": "crop"
                                }
                              },
                              "original_info": {
                                "height": 2553,
                                "width": 4096,
                                "focus_rects": [
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 4096,
                                    "h": 2294
                                  },
                                  {
                                    "x": 1079,
                                    "y": 0,
                                    "w": 2553,
                                    "h": 2553
                                  },
                                  {
                                    "x": 1236,
                                    "y": 0,
                                    "w": 2239,
                                    "h": 2553
                                  },
                                  {
                                    "x": 1717,
                                    "y": 0,
                                    "w": 1277,
                                    "h": 2553
                                  },
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 4096,
                                    "h": 2553
                                  }
                                ]
                              },
                              "media_results": {
                                "result": {
                                  "media_key": "3_1931810914124406784"
                                }
                              }
                            }
                          ]
                        },
                        "favorite_count": 178,
                        "favorited": false,
                        "full_text": "This weekend I’m excited to share a tutorial that shows you how to build an agentic extraction workflow over a Fidelity Multi-Fund Annual Report: the document contains a list of multiple funds, with each fund reporting multiple tables of financial data.\n\nExtracting a list of… https://t.co/qcgX7xnt0w",
                        "is_quote_status": false,
                        "lang": "en",
                        "possibly_sensitive": false,
                        "possibly_sensitive_editable": true,
                        "quote_count": 1,
                        "reply_count": 2,
                        "retweet_count": 32,
                        "retweeted": false,
                        "user_id_str": "369777416",
                        "id_str": "1931810929425158272"
                      },
                      "quick_promote_eligibility": {
                        "eligibility": "IneligibleNotProfessional"
                      }
                    }
                  },
                  "tweetDisplayType": "Tweet"
                },
                "clientEventInfo": {
                  "component": "tweet",
                  "element": "tweet"
                }
              }
            },
            {
              "entryId": "conversationthread-1932166043801395432",
              "sortIndex": "1953514328518819830",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1932166043801395432-tweet-1932166043801395432",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1932166043801395432",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxMzc4MDI0MTM3MzkwNjI0Nzcx",
                                  "rest_id": "1378024137390624771",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": false,
                                    "created_at": "Fri Apr 02 16:39:02 +0000 2021",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "故哈哈哈",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 11,
                                    "followers_count": 25,
                                    "friends_count": 58,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "",
                                    "media_count": 0,
                                    "name": "小吕",
                                    "normal_followers_count": 25,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1415725872481542154/f6REZkVy_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "yuheng25",
                                    "statuses_count": 80,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1932166043801395432"
                              ],
                              "editable_until_msecs": "1749502857000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "97",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Mon Jun 09 20:00:57 +0000 2025",
                              "conversation_id_str": "1931810929425158272",
                              "display_text_range": [
                                12,
                                26
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "369777416",
                                    "name": "Jerry Liu",
                                    "screen_name": "jerryjliu0",
                                    "indices": [
                                      0,
                                      11
                                    ]
                                  },
                                  {
                                    "id_str": "1835606127842607104",
                                    "name": "Mirra",
                                    "screen_name": "MirraTerminal",
                                    "indices": [
                                      12,
                                      26
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@jerryjliu0 @MirraTerminal",
                              "in_reply_to_screen_name": "jerryjliu0",
                              "in_reply_to_status_id_str": "1931810929425158272",
                              "in_reply_to_user_id_str": "369777416",
                              "is_quote_status": false,
                              "lang": "qam",
                              "quote_count": 0,
                              "reply_count": 2,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1378024137390624771",
                              "id_str": "1932166043801395432"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1932166043801395432"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1931814337880211928",
              "sortIndex": "1953514328518819820",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1931814337880211928-tweet-1931814337880211928",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1931814337880211928",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxMDgyNTgwNDc3OTkzNzIxODU2",
                                  "rest_id": "1082580477993721856",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": false,
                                    "created_at": "Tue Jan 08 10:11:14 +0000 2019",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "كل مافي الأمر نحن نعيش ونضحك ولسنا من الداخل على ما يرام نؤجل الانهيار المحتوم",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 83422,
                                    "followers_count": 651,
                                    "friends_count": 7502,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 2,
                                    "location": "",
                                    "media_count": 1680,
                                    "name": "عبد العزيز الرفاعي",
                                    "normal_followers_count": 651,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1082580477993721856/1750381330",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1938379073878712320/pFh-bi9p_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "aq_lp0",
                                    "statuses_count": 22773,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1677428257644322817",
                                    "professional_type": "Business",
                                    "category": [
                                      {
                                        "id": 15,
                                        "name": "Entertainment & Recreation",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1931814337880211928"
                              ],
                              "editable_until_msecs": "1749419004000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "36",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Sun Jun 08 20:43:24 +0000 2025",
                              "conversation_id_str": "1931810929425158272",
                              "display_text_range": [
                                12,
                                21
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "369777416",
                                    "name": "Jerry Liu",
                                    "screen_name": "jerryjliu0",
                                    "indices": [
                                      0,
                                      11
                                    ]
                                  },
                                  {
                                    "id_str": "1087640384975577089",
                                    "name": "NIK",
                                    "screen_name": "ns123abc",
                                    "indices": [
                                      12,
                                      21
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@jerryjliu0 @ns123abc",
                              "in_reply_to_screen_name": "jerryjliu0",
                              "in_reply_to_status_id_str": "1931810929425158272",
                              "in_reply_to_user_id_str": "369777416",
                              "is_quote_status": false,
                              "lang": "qam",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1082580477993721856",
                              "id_str": "1931814337880211928"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1931814337880211928"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "cursor-bottom-1953514328518819819",
              "sortIndex": "1953514328518819819",
              "content": {
                "entryType": "TimelineTimelineCursor",
                "__typename": "TimelineTimelineCursor",
                "value": "DAAFCgABGxxG7n7__-kLAAIAAAA8RW1QQzZ3QUFBZlEvZ0dKTjB2R3AvQUFBQUFNYTBHN0huOXFnNkJyUEx1ZTFXMEhZR3M4cnpoMmFrSUE9CAADAAAAAgAA",
                "cursorType": "Bottom"
              }
            }
          ]
        },
        {
          "type": "TimelineTerminateTimeline",
          "direction": "Top"
        },
        {
          "type": "TimelineTerminateTimeline",
          "direction": "Bottom"
        }
      ],
      "metadata": {
        "scribeConfig": {
          "page": "ranked_replies"
        }
      }
    }
  }
}