Quick question about the link_type table. It’s hierarchical, but the hierarchies seem a little messed up. For example, in entity_type0=series, entity_type1=url, there are 10 records without a parent. So those should all be root level, right? And the child_order field should run from 0 to 9. But what’s actually there is this: 0, 0, 0, 1, 1, 2, 2, 2, 2, NULL.
Is this something that’s pending review, or am I misunderstanding the way the table works?