Perhaps allow the methods to just return a single response like `{ glob: '*.yml' }`, not for example `[{ glob: '*.yml' }, { glob: '*.json' }]`.
Perhaps allow the methods to just return a single response like
{ glob: '*.yml' }, not for example[{ glob: '*.yml' }, { glob: '*.json' }].