I\'m having Array of Objects named items. Each Object looks like this
items
interface IItem { id: string; title: string; items: IItem[] | null }