Items database - for inventory

Hello. How to do multidimensional array?

One array: items: id

Two array (similar to database, mysql, sql)

ItemsInfo: id, description, image, price

I want to day a inventory/equipment - and must do list items/elements…

Please help!

setting arrays of arrays are a hassle to deal with in blueprint.

but in C++ it can be easier:

A data asset?