class ReviewSerializer < ActiveModel::Serializer
  attributes :id, :name, :created_at, :updated_at, :description, :privacy, :score
end