def journal_articles(**args)
    args[:resource_type_id] = "Text"
    args[:resource_type] = "JournalArticle"
    ElasticsearchModelResponseConnection.new(response(**args), context: context, first: args[:first], after: args[:after])