I want to add a custom icon and subtext in a node, like this sample. ``` { 'id': 1, 'text': 'a text', 'icon': "icon", 'icon2': 'newIcon', 'subtext': 'new text' } ``` How can I do this? **Thanks**