class UploadSerializer < ApplicationSerializer attributes :id, :url, :original_filename, :filesize, :width, :height end