Question - best way to avoid empty node in config

Hi there,
develop new feature, and get confused with empty node in config

for example command
set nat source
after commit get

vyos@vyos-dev# show nat
destination {
}

what in best way to avoid this? My options for now

  1. raise ConfigError on verify step
  2. don’t worry about it :slight_smile: and leave as is

thanks