Completed migration from generic .get() calls to typed service client methods for better code clarity and maintainability. Changes: - Production timeline: Use get_todays_batches() instead of .get() - Insights: Use get_sustainability_widget() and get_stock_status() All dashboard endpoints now use domain-specific typed methods instead of raw HTTP paths, making the code more discoverable and type-safe.