Combining ‘depth’ with ‘include’ in wp_list_pages()

I imagine WordPress mustn’t allow that, so I ended up going with exclude instead

<?php wp_list_pages('title_li&depth=2&exclude=4,214,18'); ?>