{
  "agents": [
    {
      "slug": "top-agent",
      "agent_name": "Top Agent",
      "agent_image": "top.jpg",
      "creator": "creator1",
      "creator_avatar": "avatar1.jpg",
      "sub_heading": "Top agent subheading",
      "description": "Top agent description",
      "runs": 1000,
      "rating": 5.0,
      "agent_graph_id": "test-graph-3"
    }
  ],
  "pagination": {
    "total_items": 1,
    "total_pages": 1,
    "current_page": 1,
    "page_size": 20
  }
}