It looks like some testing data that shouldn't be in your database. It causes 2 problems:
The player doesn't exists, so it shouldn't appear in the results
The data structure for that entry is broken. teams is null, so it can potentialy cause problems on the client side code that assumes the existance of the team entry.
Thank you @wujekbogdan ! That was definitely a leftover from some other data entry/corrections, so shouldn't have been present at all. He's now been removed!
The request:
One of the entries in the response looks as follows:
It looks like some testing data that shouldn't be in your database. It causes 2 problems:
teams
isnull
, so it can potentialy cause problems on the client side code that assumes the existance of theteam
entry.