Map<String, dynamic> toJson() { return { 'amount': amount, 'fees': fees?.map((item) => item.toJson()).toList(), }; }