When mapping explosions occur, they're often something like `node_id_12345`. Unfortunately we don't have a way to exclude these for any field request even though they make the mapping much too large and are best ignored. The field caps api should support negating wildcards such as `-node_id*`. This should speed up worst case field loading when mapping explosions are present.