json.total_count @statues.total_count
json.statues @statues.each do |status|
json.partial! "simple_detail", locals: {status: status}
end