We want to know the `floor` price of the TokenEntity However the current floor on CollectionEntity is not correct Therefore we will try different approach: ```graphql type TokenEntity @entity { cheapest: NFTEntity } ``` as I think would be easier to update :)