def build_tree(self):
        child = {
            'text': 'child text',
            'children': [],
            'label_id': '204-3',