Hey, great lib :+1: Is it possible to access the "creation date"? Its possible to list this information using: ```bash zfs list -o name,creation -S creation ``` The last part (`-S creation`) is not necessary, its just sorting the output already. If its not yet possible, how could we add this? Thx!