Vault list secret and trailing slashes

Hi when do the following I see two nodes or whatever returned

vault list --format=json secret | grep aws
  "aws",
  "aws/",

What is the significance of the trailing slash? I see this trailing slash for under 10% of my top level nodes in the secret mount. How can I see sub-nodes or secrets for each of these.

Hi,

“aws” is a secret.
“aws/” is a path of a secret inside “aws”.

vault list --format=json secret/aws/