The optimizer shows that the duplicated backend query can cause performance issues!
In my case, I am calling a collection that contains different types of shows, so I need to filter on each query the type of show.
1. ListView of TV shows (filter by type TV)
2: ListView of Radio shows (filter by type Radio)
How to avoid this issue?