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