I did setup Netlify Forms in my Gatsby site and all forms are displaying correctly, so far so good. However, when I download the fields as CSV, suddenly a few fields are added next to the ones I entered myself in the form. These ones are ip, user_agent, referrer, created_at. Is there any way to easily filter those out for my client, or is the only way making API calls like described here: Get started with the Netlify API | Netlify Docs
Thanks in advance!