json.total_count @journals.total_count
json.journals @journals do |journal|
json.partial! "children_detail", journal: journal
end