Map<String, dynamic> toJson() { return { 'items': items.map((e) => e.toJson()).toList(), 'metadata': metadata.toJson(), }; }