if ( $cats = get_categories('get=all') ) {
            foreach ( $cats as $cat ) {
                $struct['categoryId'] = $cat->term_id;
                $struct['parentId'] = $cat->parent;
                $struct['description'] = $cat->name;