Calling getNestedList doesn't actually use the hierarchy in a way that makes sense. Items are arranged by the order field only, so instead of seeing something like:
* United States of America
* Minnesota
* Aitkin County
* 9th District Court
* District 3B
* Anoka County
* 10th District Court
* Andover
* Anoka
I get:
* 10th District Court
* 9th District Court
* Aitkin County
* Andover
* Anoka
* Anoka County
* District 3B
* Minnesota
* United States of America
Calling
getNestedList
doesn't actually use the hierarchy in a way that makes sense. Items are arranged by the order field only, so instead of seeing something like:I get: