OBJECT
The connection type for Ownership.
type OwnershipConnection {# A list of edges.edges: [OwnershipEdge] # A list of nodes.nodes: [Ownership] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }