Loading sprite spreadsheets using addressables

Anyone know how to load sprite sheets as a list of sprites using addressables? I tried loading a sprite sheet as IList in addressables, but it says key is unknown when trying to load a sprite that is marked as multiple. The only keys it gives a sprite is texture 2d and sprite when trying to load a multiple sprite.