while read -r dir; do echo -n `du -hsb "$dir"` ; echo "|"`find "$dir" -type f | wc -l` ; done < UD_input.txt | tee UserData.log
Uses text file with one directory per line as input and prints:
BYTES [space] DIRECTORY NAME [pipe] FILE COUNT
1842531456 ./FD99_UserShare/z/Bond/|213