I use the dimension_filter, which does not filter anything in the response.
'dimension_filter' => new FilterExpression([
'filter' => new Filter([
'field_name' => 'pagePath',
'string_filter' => new StringFilter([
'match_type' => MatchType::CONTAINS,
'value' => 'can-youtube-tv-be-shared',
]),
]),
]),