Replicate vector array having over 80 items

I have an array of vectors that dynamically generated on server that may have over 80 items.

I want to replicate this array of vectors to owning client.

So what is the proper way do you suggest?

I already tried Vector Net Quantized but it works only when array has no more than 30 items