List<Status> deserializeStatusList(List<dynamic> data) { return data.map((e) => Status.fromJson(e)).toList(); }