# Link List The `linklist` object describes a list of navigation links, including its handle, title, and contained links. ## Usage Example ```liquid {%- comment -%} Render a navigation linklist {%- endcomment -%} ``` ## Properties ### handle Returns the handle for this linklist. ### levels Returns the total number of levels in this linklist. ### links Returns the [links](/reference/liquid/objects/store/link/) in this list. ### title Returns the title of the linklist.