<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreData",
  "identifier" : "/documentation/CoreData/NSFetchedResultsSectionInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Core Data"
    ],
    "preciseIdentifier" : "c:objc(pl)NSFetchedResultsSectionInfo"
  },
  "title" : "NSFetchedResultsSectionInfo"
}
-->

# NSFetchedResultsSectionInfo

A protocol that defines the interface for section objects vended by a fetched results controller.

```
protocol NSFetchedResultsSectionInfo
```

## Topics

### Accessing Objects

[`numberOfObjects`](/documentation/CoreData/NSFetchedResultsSectionInfo/numberOfObjects)

The number of objects (rows) in the section.

[`objects`](/documentation/CoreData/NSFetchedResultsSectionInfo/objects)

The array of objects in the section.

### Accessing the Name and Title

[`name`](/documentation/CoreData/NSFetchedResultsSectionInfo/name)

The name of the section.

[`indexTitle`](/documentation/CoreData/NSFetchedResultsSectionInfo/indexTitle)

The index title of the section.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)