According to the docs: - [Neos.Fusion:Array](https://neos.readthedocs.io/en/stable/References/NeosFusionReference.html#neos-fusion-array) being used [here](https://github.com/Flowpack/Flowpack.Listable/blob/master/Resources/Private/Fusion/List.fusion#L18) and [here](https://github.com/Flowpack/Flowpack.Listable/blob/master/Resources/Private/Fusion/PaginatedCollection.fusion#L12) is deprecated and should be replaced with [Neos.Fusion:Join](https://neos.readthedocs.io/en/stable/References/NeosFusionReference.html#neos-fusion-join) - [Neos.Fusion:RawArray](https://neos.readthedocs.io/en/stable/References/NeosFusionReference.html#neos-fusion-rawarray) being used [here](https://github.com/Flowpack/Flowpack.Listable/blob/master/Resources/Private/Fusion/PaginatedCollection.fusion#L13) is deprecated and should be replaced with [Neos.Fusion:DataStructure](https://neos.readthedocs.io/en/stable/References/NeosFusionReference.html#neos-fusion-datastructure). - [Neos.Fusion:Collection](https://neos.readthedocs.io/en/stable/References/NeosFusionReference.html#neos-fusion-collection) being used [here](https://github.com/Flowpack/Flowpack.Listable/blob/master/Resources/Private/Fusion/Collection.fusion#L1) and [here](https://github.com/Flowpack/Flowpack.Listable/blob/master/Resources/Private/Fusion/Pagination.fusion#L23) is deprecated and should be replaced with [Neos.Fusion:Loop](https://neos.readthedocs.io/en/stable/References/NeosFusionReference.html#neos-fusion-loop)
According to the docs: