MusicKit: Recent Items -- 30 item limit?

Using the MusicKit API to query the recent items seems to have a limit of 30 records.

        var searchRequest = MusicRecentlyPlayedRequest<Song>()

Is this the true limit or is there another way?

Using the Web Service API seems to have this limit too and is kind enough to document that.

https://developer.apple.com/documentation/applemusicapi/get_recently_played_tracks

I am interested in searching all history for certain tracks. The music library is good for checking songs played, but does not maintain tracks not in the library.

Thank you for the assistance!

MusicKit: Recent Items -- 30 item limit?
 
 
Q