Missing 'player' identifier in /player-stats/ endpoint when filtering by event
Hi, I have found a critical bug in the /api/player-stats/ endpoint. When searching for statistics for a specific match using the 'event' filter (e.g., /api/player-stats/?event=985), the API returns the correct number of statistical records, but it COMPLETELY OMITS the player identifier field (the 'player' field is missing from the JSON results). The response includes fields like fouls, goals, and rating, but there is no player ID or object to identify who the stats belong to. This makes the endpoint unusable for match synchronization. Steps to reproduce: 1. Call GET /api/player-stats/?event=985 (or any other valid event ID). 2. Inspect the results array. 3. Observe that the 'player' field is not present in any record. Please restore the player identifier field as soon as possible. Thank you!