Aggregate
public protocol Aggregate : Identifiable
An Identifiable
model containing nested models
-
keypaths to nested models
Declaration
Swift
var nestedEntitiesKeyPaths: [PartialIdentifiableKeyPath<Self>] { get }