Is there a way to get the amount of memory/cpu from pinata?

Expected behavior

I’d like to be able to access just the memory or just the cpu instead of running pinata list to list everything out at once. Is there a way to do this?

Actual behavior

The only way I can do this currently is to list everything out.

cat ~/Library/Containers/com.docker.docker/Data/database/com.docker.driver.amd64-linux/memory
cat ~/Library/Containers/com.docker.docker/Data/database/com.docker.driver.amd64-linux/ncpu

That worked. Thanks.