Handling Product Availability for More Than 20 Products in Liquid

{{ all_products[v.handle].available | default: false }}

Currently I am using this approach to check product availability in Product Detail Page but shopify limits to 20 products using this approach. can anyone suggest me solution to this?