$coach_profile = [ // General Info 'first_name' => '', 'last_name' => '', 'team_name' => '', 'team_level' => '', // High School Varsity, JV, Freshman, Travel 17U, 16U, etc. 'school_or_organization' => '', 'city' => '', 'state' => '', 'years_coaching' => 0, 'email' => '', 'phone' => '', // Coaching Background 'coaching_role' => '', // Head Coach, Assistant Coach, Pitching Coach, etc. 'former_player' => false, // True/False if they played baseball at a high level 'former_player_details' => '', // College, MLB, etc. 'certifications' => '', // CPR, NFHS, USA Baseball, etc. 'coaching_philosophy' => '', // Short bio or coaching style 'notable_achievements' => '', // Championships, awards, etc. // Team Performance (Optional) 'season_record' => '', // W-L or W-L-T 'league_titles' => 0, 'state_titles' => 0, 'tournament_wins' => 0, 'players_sent_to_college_or_pro' => 0, // Recruiting & Development 'open_to_scouts' => true, // Indicates if they are open to scouts contacting them 'player_development_focus' => '', // Strength training, fundamentals, mental game, etc. 'contact_preference' => '', // Email, phone, social media, etc. ];