...
The model is used to display content (fields) in the layout
Mainly used for the creating or editing of a record
You need to create a multi-record model for Repeater, Refer refer to this link Models
In the Modelattribute, select the multi-record model
...
You can create a sub-model by using the Models attribute
A Context model is created by using a multi-record modelIt acts as a single record model // explain why it is a single record model
Create Models, Refer to this link Models
...