--

Sounds more API architecture issue. If you only need few fields in the app, then why user object is bulky. Maybe some info could be separated out into optimized sub-endpoints. It is not often that you actually need to query the user object in a hundred different ways.

--

--