Server Actions usage stats
Docs: https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions-and-mutations
Asynchronous functions that are executed on the server. They can be called in Server and Client Components to handle form submissions and data mutations in Next.js applications.