Hello, so I try to get the yaml value of "Common", and i get everything in this yaml code, how can i do it so that i can only get the dog, cat and bat? like it won't show the id and petEffects values
dog:
id: "I;-1962431072,-555400647,-1776946664,-786455877"
petEffects:
- "movement speed:0.1"
- "attack damage:0.2"
cat:
id: "I;1949763060,1700546699,-1761947563,1206264877"
petEffects:
- "movement speed:0.2"
- "attack damage:0.3"
bat:
id: "I;-191833319,-560838190,-1520611936,444367289"
petEffects:
- "movement speed:0.3"
- "attack damage:0.4"```