dyna-record
    Preparing search index...

    Type Alias ParentSearchedEntities<T, In>

    ParentSearchedEntities: [In] extends [never]
        ? SearchableRelationshipEntities<T>
        : RelationshipTarget<T, In>

    The entities a parent search returns: the target of the in: relationship when one is named, otherwise the parent's full searchable adjacency.

    Note: include: members of a scoped index have no relationship on the scope parent — they appear in index-level search unions, not parent-level unions. Search through the index construct to receive them typed.

    Type Parameters