Is it possible to filter the configuration for a subset? For example: ```toml global = "abc123" [database] user = "me" password = "secret" host = "localhost" ``` Can I filter for database and strip the prefix also? Thanks a lot.