Endpoint delegate fetching a record by numeric ID.
final Future<T?> Function(int id) getByIdDelegate;