Decoded /bootstrap-static/ response: the global ExFPL snapshot.
Contains the lists of teams, players (elements in the raw payload),
events (gameweeks), plus the registered player count.
Summary
Types
@type t() :: %ExFPL.Snapshot{ events: [ExFPL.Event.t()], players: [ExFPL.Player.t()], teams: [ExFPL.Team.t()], total_players: integer() }