Now that you know your way around decorators, you're starting to have more
complex use cases and you want to figure out how to pass a parameter to your
decorator.
Using our @metadata example from Python Decorators 101
[https://www.antonio-one.dev/python-decorators-101/], we add some extra nesting