const type = req.content.types.find(item => {
      return item.id === req.params.type.toLowerCase();
    });