(Java Minecraft 1.14) Damage nbt can't be used to select item entities?

Solution 1:

Damage is in the tag tag and you need the "byte" type:

{Item:{id:"minecraft:diamond_axe",Count:1b,tag:{Damage:0b}}}