**[[Family]]** pages represent a collection of two or more closely connected [[Person|Persons]]. They are typically, but not strictly, related to each other. ^about The 'defining members' of a Family are the `parents`, e.g. the literal parents of a traditional family. There may then be zero or more `children` and/or `other` relations of the Family. Each Family represents one 'vertex' between parents and children, i.e. a parents of one Family will be a children of another. This is a [[Class]] within the [[System]]. ## Family Properties *with helper comments* ```yaml --- description: # Alternative name or context of the family classes: - "[[Family]]" parents: # List of links to [[Person]](s) that define the [[Family]] children: # List of links to [[Person]](s) that are direct offspring other: # Other family members ([[Person]](s) or plain text) that do not warrant their own family, e.g. pets, close family friends, etc publish: false --- ``` *without comments* ```yaml --- description: classes: - "[[Family]]" parents: children: other: publish: false --- ``` ## Family Pages <span class="dataview">`$=dv.execute(dv.page("Family (script)").script_local)`</span>![[Family (tpdv output)#Content|no-h app-hidden]]