package tmdb type Config struct { ApiKey string `yaml:"api_key"` Verbosity string `yaml:"verbosity,omitempty"` }