=== node and edge counts ===
{
  "nodes": 32,
  "edges": 32
}

=== simple cycles ===
[
  [
    "4",
    "6",
    "2"
  ],
  [
    "3",
    "1"
  ]
]

=== top 5 by in-degree centrality ===
[
  [
    "3",
    0.06451612903225806
  ],
  [
    "4",
    0.06451612903225806
  ],
  [
    "6",
    0.06451612903225806
  ],
  [
    "7",
    0.06451612903225806
  ],
  [
    "9",
    0.06451612903225806
  ]
]
