How do I check how much storage space is used by every Docker volume?

docker system df -v

docs.docker.com/engine/reference/commandline/system_df

Then scroll the output to the bottom:
2024-01-08--18-14-05