Map<String, dynamic> toJson() => { 'global': global.map((e) => e.toJson()).toList(), 'item': item.map((e) => e.toJson()).toList(), };