The Recipient.findLogs API returns paginated information but the SDK doesn't seem to build a list with this API's response.
Reference: https://github.com/trolley/ruby-sdk/blob/c0fc4aaa4200c5a10da9a3151ce2b38c48b58c04/lib/trolley/gateways/RecipientGateway.rb#LL42C13-L42C13
Ideally this should also return paginated object, unless I am missing something.