Always use lower case keys in API response
Matti Svensson
When I create fields or components in the Admin Panel, I would like to use names starting with an uppercase letter, for example "Title", "Category" and so on. Just because it looks better. But then, the field in the API response is also in uppercase, and let's be real, nobody want to use "data.Title" in their code, right? In my opinion, general lowercase keys in the API would be great :)