What kind of data do you need to add? And what type of response are you returning; a Resource Collection will allow you to modify the meta data if yours is a JSON API?
@jaeyson and why does this additional data need to be appended to the Paginator instance, or are you appending data to the items within the Paginator (which can be achieved using the through method)?
@tykus im planning to insert this data randomly in a paginator. but if fiddling with LengthAwarePaginator be the only way then ill mark this as solved. I wanted to ask some advice.