Options for controlling merge behavior in _mergeDicts.
interface MergeDictsOptionsKeys to ignore during merging. When a key is in this list:
Defaults to DEFAULT_MERGE_IGNORE_KEYS which includes 'index', 'created', 'timestamp'.
// Extend defaults with custom keys
{ ignoreKeys: [...DEFAULT_MERGE_IGNORE_KEYS, 'role', 'customField'] }