class UploadSerializer < ApplicationSerializer

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

end