Hello, everyone. Is there something as the total amount of bites per unit of time (for instance, 1gb per day) that I can serve through my webapp? What I mean is something like that: summing all the static files my site has (the html+css+js files) and multiplying this number by total number of visitors (per day), is there a limit to that? My intention behind this is deciding whether I can use a very large js file (around 700kb) that acts as database and delegate a lot of processing tasks to the the front end (which will decide whether a string inputted by the user is a valid street, where a valid string is a string that matches a street name in my so called database).