Multiple Levels of 'Category Leaves'

Hi Everyone,

I am new to Roku Development and trying to understand the hierarchy in which Categories / Subcategories and items are displayed. (tweaking Videoplayer example)
I am wondering if there is a way to display multiple levels of ‘Category leaf’ nodes.

I am trying to achieve something like this..

–Category - ‘Archives’
-------Category Leaf - ‘By Channel’
--------------Category leaf - ‘Channel Name’

Can the ‘Feed’ value in a ‘Category Leaf’ return further Categories?

I would greatly appreciate if someone can throw some light guiding me in figuring out this.

Thank You,

This may help: viewtopic.php?f=34&t=43332

“RokuChris” wrote:
This may help: viewtopic.php?f=34&t=43332

Thank You so much Chris!
That was helpful.
The Categories / Subcategories that I will have are dynamic.
So from my understanding, I have to come with my own parsing code to implement this “multiple levels” of categories.

Please correct me If I am wrong.