I'm following this example:
https://www.mapbox.com/mapbox-gl-js/example/multiple-geometries/
For each feature / shape on the map, they draw a new layer. However, I want to make "set" of features per Geojson I'm rendering on the map to be its own layer. Is it possible to group them somehow?