Rank 2: Process
i have a "many to many" relationship and in the target table , i have 48 entries ranging from 1 to 48 . but in the UI, only initial 25 items are visible.
<image 1>
if i add the relationship from SDK, only those entries within the 25 initial entries are visible in the UI.. the entry which is more than 25 entry is shown as blank text field. does it have anything to do with default query limit of 25 ? (image is of another collection, its reproducable in all of the collections )
<image 2>
But in the "all documents" view, if i click the relations cell, pop -up is showing all relationships correctly.. and i can navigate to target row in the target collection as expected
<image 3>
in the inspect element of that console page also, out of 64 entries, 25 are only fetched..
<image 4>