License::all()->toArray(), 'genres' => Genre::orderBy('name')->get()->toArray(), 'track_types' => TrackType::all()->toArray(), 'show_songs' => ShowSong::select('title', 'id', 'slug')->get()->toArray() ], 200); } }