This repository was archived by the owner on Nov 21, 2022. It is now read-only.

Description
Currently, issuing a GET /point/ will have an array of children in the response. This array has each child in its entirety, which means that a call that gets the root node will end up returning the entire database of points. We should change the array to just contain the IDs of the children, not the entire child objects.