List of child custom post types lists all custom post types

I think you’re confusing WP_Query with taxonomy arguments. WP_Query doesn’t have a child_of argument, use post_parent. and sort_column should be orderby.