RouteSummary removed from OpenAPIFeature in latest version

Hi You guys removed RouteSummary property in latest build. Is there a replacement for that?

You can use [Tag] attribute on DTO to group routes and use OpenApiFeature.Tags property to set up descriptions/documentation for the tags. Tags property is the replacement for RouteSummary property

There’s also an example of registering Tags in the v4.5.14 Release Notes.