# PagedFeatureResponse **Type:** GraphQL objects **Description:** Paginated response carrying a list of features ## Fields - features (FeaturesResponseDTO): List of features - createdOn (String): Creation date of the feature - description (String): Description of the feature - lastModifiedOn (String): Last modification date of the feature - name (String): Name of the feature - overrideProperties (OverrideProperties): Override properties for the feature - state (String): Current state of the feature (DRAFT, DEPLOYED, OBSOLETE, INACTIVE) - version (String): Version of the feature - versionFormat (String): Version format (FIXED or DATEBASED) - pagination (Pagination): Pagination information - limit (Int): Number of records per page - page (Int): Represents page number for pagination - totalCount (Int): Represents total number of records