Map<String, dynamic> toJson() => { 'count': count, 'tools': tools.map((x) => x.toJson()).toList(), 'retrievedAt': retrievedAt?.toIso8601String(), };