Will more functionality be added to the Shop's customerTags field?

Field: https://shopify.dev/docs/api/admin-graphql/2023-04/objects/Shop#connection-shop-customertags

Right now this field can only be queried by the first n objects. We need to be able to also filter by tag name as well.

I saw in Shopify’s Admin dash a customerTagsV2 is actually used which let’s you pass in a query to search by on top of the first n objects. Will this API be exposed to developers eventually? This would be really helpful to us.