object @music_notations
attribute :id, :file_name
node do |music_notation|
{ file_url: "/api/music_notations/#{music_notation.id}" }
end