Description
While generating cache-keys for a collection, we are sending only first 5 cache-keys from generated keys for nested collections. This results in cache-tags not being added for some collections and stories due to which any change in nested collections do not get reflected on FE.
So, we need to increase this count or re-implement the logic for generating cache-keys.