;; IN: a Tree ;; OUT: number of data in the input Tree (define (tree-count tree) ...