for (const entry of entries) {
                if (groupIDs.includes(entry.g) === false) {
                    // Re-attach orphaned entry
                    const orphansGroup = this.prepareOrphansGroup();
                    this.moveEntry(entry.id, orphansGroup.id);