def instruments(**args)
    args[:resource_type_id] = "Other"
    args[:resource_type] = "Instrument"
    ElasticsearchModelResponseConnection.new(response(**args), context: context, first: args[:first], after: args[:after])