Map<String, dynamic> toMap() { return { 'reports': reports?.map((e) => e.toMap()).toList(), 'meta': meta?.toMap(), }; }