Fishing Loot Table

Im not sure if when I use the command /loot give @p fish funfish:simulation ~ ~ ~ minecraft:fishing_rod[enchantments={"minecraft:luck_of_the_sea":3}] the given loot is being affected by the enchantment.

This is the funfish:simulation loot table:

{ "type": "minecraft:fishing", "pools": [ { "bonus_rolls": 0, "entries": [ { "type": "minecraft:loot_table", "quality": -2, "value": "minecraft:gameplay/fishing/junk", "weight": 10 }, { "type": "minecraft:loot_table", "quality": 2, "value": "minecraft:gameplay/fishing/treasure", "weight": 5 }, { "type": "minecraft:loot_table", "quality": -1, "value": "minecraft:gameplay/fishing/fish", "weight": 85 } ], "rolls": 1 } ], "random_sequence": "minecraft:gameplay/fishing" }

Continue to help post