I am using the Netlify API Javascript client to get the DNS configuration of my site. My site uses Netlify managed DNS and there are 5 records in the DNS dashboard. When I make the API call using client.getDNSForSite({ site_id })
only 2 DNS records are returned in the result.
Is this a bug in Netlify, or am I doing something wrong?