A single find … -exec stat … entry: its absolute path, byte size and whether it is a directory or a symlink (leaf; never followed).
find … -exec stat …
path
size
typedef StatEntry = ({String path, int size, bool isDir, bool isLink});