package org.genedb.crawl.model; import java.util.List; public class FeatureCollection { public List<Feature> results; }