AxisKeys diplay issue in Pluto

For some reason, the beautiful display of KeyedArray in Pluto uses the fallback method and simply shows the keyedArray as a collected iterator or something. In the terminal:

In Pluto

Can someone help me fix or resolve the Pluto show method?
Edit: Pluto 0.20.3, AxisKeys v0.2.15
Edit NamedDimArrays display fine and its the same method!

I think this has to do with providing a Tables.jl interface, which Pluto looks for. I don’t know why the order of wrapping matters.

There was this issue about an earlier error.