getEntries(): Array<Entry> {
        return this.vault._entries.filter((entry) => entry.getGroup() === this);
    }