pub fn get_children( conn: &Connection, parent_id: &str, ) -> Result<Vec<QueryItem>>
Get child items of the given parent item.
Returns an error if the query fails.