Hello, would it be possible to add methods to retrieve a whole list of String in a config ? Like : ```yaml embed: title: "Title" description: - "One text" - "Second text" - "..." ``` ```java ... config.getStringList(embed.description) ... ```