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