I am trying to create a custom page variable to use in a repeater list for comments. My array need to look like this
-id
– userId
–avatar
–comment
–date
-id
– userId
–avatar
–comment
–date
-id
– userId
–avatar
–comment
–date
(repeated just like an array returned from firebase collection of records)
What type of page variable would this be? I see no option to create an array. Would it be a list of objects with four properties?