'default value', * ]; * * In the ResourceSyncing trait, this method defaults to getSyncedAttributeNames(). * * Note: These values are *merged into* getSyncedAttributeNames(). */ public function getCreationAttributes(): array; public function shouldSync(): bool; }