Every fetch is another request the user on your website has to make. Combine the ones that target the same URL; you’re currently requesting the same /channels/ URL 3 times when you can extract all 3 pieces of information from the first response.
As for the recent follower, take some time to learn how JSON works and how values within are accessed in JS. Here’s one illustration, assuming this object is stored in a variable called data:
