| Field | Type | Required | Description |
|---|---|---|---|
category |
models.FeedResultCategory | ✔️ | Category of the result, one of the requested categories in incoming request. |
primary_entry |
models.FeedEntry | ✔️ | N/A |
secondary_entries |
List[models.FeedEntry] | ➖ | Secondary entries for the result e.g. suggested docs for the calendar, carousel. |
rank |
Optional[int] | ➖ | Rank of the result. Rank is suggested by server. Client side rank may differ. |