How to set Items Limit of a relation

System Information
  • Strapi Version: 4.0.3
  • Operating System: Windows 10 64 bit
  • Database: Postgresql 14.1
  • Node Version: 16.13.1
  • NPM Version: 8.3.2
  • Yarn Version:

I want to limit my relation only select 3 blogs after that it shows error how could i do that by doing changes in either model or controller

“Related_Blogs”: {
“type”: “relation”,
“relation”: “oneToMany”,
“target”: “api::blog.blog”
}
i want to limit related blogs relation that is present in the same blog collection type.