Mid REST API Why is it important to include pagination in a REST API? Prevents large payloads.Improves performance and response times.Reduces server and network load. 👉 Example: GET /users?page=2&limit=20.