When working with nested categories, it is often necessary or useful to see whether a category has child categories, or is a child itself.
We already have category_name, category_id and category_description, it would be great to add category_parent_name, category_parent_id and category_parent_description.
Also {is_child} or {has_children} might be useful. Currently it’s the query module or even PHP more often than not.
