When PowerShell displays objects that flow out from a pipeline, it uses a set of rules that define how these objects, or more accurately the values of the objects's members (properties), are displayed in the console.
These rules are defined for object types (typically .NET types). In Microsoft's documentation, these rules are referred to as views.