ei, if I want to display disk usage. Used converts to 20 mb, max to 2tb. Be nice to be able to have them same unit. something like: ``` var total = bytes(disk.total); var used = bytes(disk.used, total); //or total.match(/[a-z]/i) ```