I have a list of projects divided into sections.  Each section can have projects that have sub projects.  When I use this formula on a section header ="Current(" +COUNT(CHILDREN()) + ")" my result looks like this: Current (24).  However, the count does not include the sub tasks.  How can I write the formula so that it will include sub tasks as well?