Map<String, dynamic> toJson() => { "count": count, "urlBytesLimit": urlBytesLimit, "savedIdList": List<dynamic>.from(savedIdList.map((x) => x)), };