@interface ML3AlbumArtist : ML3Collection + (id)databaseTable; + (void)initialize; + (id)allProperties; + (id)defaultOrderingTerms; + (long long)revisionTrackingCode; + (id)trackForeignPersistentID; + (id)countingQueryForBaseQuery:(id)a0 countProperty:(id)a1 forIdentifier:(long long)a2; + (BOOL)deleteFromLibrary:(id)a0 deletionType:(int)a1 persistentIDs:(const long long *)a2 count:(unsigned long long)a3 usingConnection:(id)a4; + (id)foreignPropertyForProperty:(id)a0 entityClass:(Class)a1; + (BOOL)libraryContentsChangeForProperty:(id)a0; + (BOOL)libraryDynamicChangeForProperty:(id)a0; + (id)predisambiguatedProperties; + (id)propertiesForGroupingKey; + (id)propertiesForGroupingUniqueCollections; + (BOOL)propertyIsCountProperty:(id)a0; + (id)protocolItemWithProperties:(id)a0 inLibrary:(id)a1; + (id)sectionPropertyForProperty:(id)a0; - (id)multiverseIdentifier; - (id)protocolItem; - (id)protocolItemForDynamicUpdate; - (void)updateTrackValues:(id)a0; @end