Creates a Stats from JSON
factory Stats.fromJson(Map<String, dynamic> json) => _$StatsFromJson(json);