Documentation on how to retrieve config options inherited from profile?

I have set some config options to a profile and I was expecting them to appear when I asked for them in a given instance with incus config show. However I could not find them until I realized that I needed to ask for the extended config with the -e option (or looking at the “extended_config” when exporting to JSON).

I could not find in the documentation the explanation that configuration options inherited from the profile need to be inspected in the instance looking at the expanded configuration. Is it explained somewhere?

Thanks!

This mentions the behavior when applying a profile to a container and the need to use --expanded to see the combined configuration.

Oh, I might be blind, I overlooked that part.
Thank you!