Similar to this request for not showing optional properties in the details tab when the value is null, we would like to be able to hide the automatically generated tabs for optional null properties (MD, swagger, proto, etc.). As an example, we have a repository blueprint, with an optional relationship to an API blueprint. The API blueprint includes a property for the parsed Swagger definition, which is then included as an optional mirror property on the repository blueprint...leading to a Swagger tab always being displayed on the repository entity page, whether there is actually a Swagger definition to display or not. Ideally, this tab would only be rendered if there is actually a value in that property (versus giving the user the impression that there is content to view on that tab, and potentially leading them to think that there is something is wrong when they are sometimes presented with a "There is no API specification" message instead).