defmodule TheTranscriberBackend.AudioFileView do
  use TheTranscriberBackend.Web, :view

  #attributes [:id, :audio_path, :audio_name, :audio_duration]

  #has_many :audio_file_api, link

end