Tag and filter middleware-internal model calls.
Tag internal calls with internal_call_metadata() and declare
transformers = (InternalCallTransformer,) on the middleware class to keep
them out of run.messages. Both APIs are public for third-party middleware.