Map<String, dynamic> toJson() => { 'target': target, 'timestamp': timestamp.toIso8601String(), 'results': results.map((r) => r.toJson()).toList(), };