I have two collections - Categories and Products. Category have array of products. How I can create needed relation for objects? I have Products column with content for one category:
{
"_type":"KinveyRef"
"_id":"574a889c0ee767ef41d9a3d7"
"_collection":"products"
}
How I can create one-to-many relationship?