response.addBool(true);
response.addInt(p.getIconColor());
response.addInt(p.getIconImage());
response.addInt(p.getId());
response.addString(p.getTitle().toLowerCase().replace(" ", "_"));
response.addString(p.getTitle());
response.addInt(secondary.size());
for(CatalogPage s : secondary.values()) {
response.addBool(true);
response.addInt(s.getIconColor());