class Results { constructor(results, resultsList) { this.resultsJSON = results; this.resultsList = resultsList; } }