List<Feature> get features => jsObject.features.map((dynamic f) => Feature.fromJsObject(f)).toList();