json.array!(@reservations) do |r|
  json.partial! 'api/reservations/reservation', reservation: r
  
end