Basically, depth does not work for me.
I'm using wp_list_pages("title_li=&depth=2");
However, all the level 1 items also show up in this list.
Is there a way to display either items at a specific depth, or only the children of an item without the grandchildren?