class UploadSerializer < ApplicationSerializer

  attributes :url, :original_filename, :filesize, :width, :height

end