Well, technically, as computers cannot store and a value greater than its number limitations, there must be a limit to the number stored as the amount of views for a post. This typically depends on computing language, which in this case is likely JavaScript, which (by default) has a max number value as 1.7976931348623157e+308 (or 1.7976931348623157 x 10^308). If any value is added above this, it would become “Infinity”, a global property that is higher than any other numeric value (unless there is code that prevents the view count from going ‘MAX_VALUE’ to ‘Infinity’). :P