34,222,111
11,222,000
47
354
56
476
34175.40
4,789
9293.34
These numbers are not accurate. This dashboard was for tutorial purposes only. If you are using this as your own dashboard and using your own API keys, it works.
Ex: const numProjects = data?.numProjects ?? 56
The data is fetched as normal, but since the response is null, the '??' allows me to default to 56.