For performance reasons we are removing some of the deeply-nested objects returned in the current_user_collections photo attribute. current_user_collections returns a list of collection objects, which will no longer include the user or cover_photo information.

This change only affects requests made by logged-in users. Logged-out requests (i.e., those made with Client-ID authorization) will see no change.