so not every object in the JSON file has a `additi...
# getting-started
h
so not every object in the JSON file has a
additionalSources
so I figured I could implement an interface like
interface ManySources { val additionalSources: List<Source> }