collection = if id == 'no-name'
      Story.where(_type: 'Story')
    else
      product = Product.find(id)