At present, we do not generate the operationDescription for rename events if showExpandedEvents is false. But this means that we also don't include it in the resume token, which is both inconsistent with other events AND means that we will generate a different resume token based on the value of showExpandedEvents, which should not be the case.
We should always include the operationDescription in the resume token, whether or not we include it in the event body itself.