`ConvertApiUser.SecondsLeft` is depreciated. Remove property and replace with `ConversionsTotal `and `ConversionsConsumed` ``` user, err := convertapi.UserInfo(nil) secondsLeft := user.SecondsLeft ``` [After updating fix description and code https://github.com/ConvertAPI/convertapi-dotnet/blob/6281590e92ff09e81689feabde4594533998662a/README.md?plain=1#L95](https://github.com/ConvertAPI/convertapi-library-go?tab=readme-ov-file#user-information)
ConvertApiUser.SecondsLeftis depreciated. Remove property and replace withConversionsTotalandConversionsConsumedAfter updating fix description and code https://github.com/ConvertAPI/convertapi-dotnet/blob/6281590e92ff09e81689feabde4594533998662a/README.md?plain=1#L95